We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ca11c8 commit 3b2a886Copy full SHA for 3b2a886
1 file changed
internal/pkg/cli/check/mysql.go
@@ -58,7 +58,7 @@ func CheckMySQLCommand(f factory.Factory) *cobra.Command {
58
return
59
},
60
}
61
- cmd.Flags().StringVarP(&host, "host", "h", "localhost", "MySQL host")
+ cmd.Flags().StringVarP(&host, "host", "", "localhost", "MySQL host")
62
cmd.Flags().IntVarP(&port, "port", "", 3306, "MySQL port")
63
cmd.Flags().StringVarP(&username, "username", "u", "root", "MySQL username")
64
cmd.Flags().StringVarP(&password, "password", "p", "", "MySQL password")
0 commit comments