Changing default value of monitor to true.
This commit is contained in:
parent
deaddd2953
commit
d5d19cf448
2 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@ import (
|
|||
|
||||
func init() {
|
||||
rootCmd.AddCommand(createCmd)
|
||||
createCmd.Flags().BoolVarP(&monitor, "monitor", "m", false, "monitor the result after sending the command")
|
||||
createCmd.Flags().BoolVarP(&monitor, "monitor", "m", true, "monitor the result after sending the command")
|
||||
}
|
||||
|
||||
var createCmd = &cobra.Command{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue