remove toggle flag
This commit is contained in:
parent
8855bc9932
commit
dcb6e7910c
|
@ -105,8 +105,6 @@ func init() {
|
|||
|
||||
// Cobra also supports local flags, which will only run
|
||||
// when this action is called directly.
|
||||
rootCmd.Flags().BoolP("toggle", "t", false, "Help message for toggle")
|
||||
|
||||
rootCmd.Flags().StringVarP(&file, "file", "f", "", "dot file with absorbing Markov chain")
|
||||
rootCmd.MarkFlagRequired("file")
|
||||
|
||||
|
|
Loading…
Reference in New Issue