remove toggle flag
This commit is contained in:
@@ -105,8 +105,6 @@ func init() {
|
|||||||
|
|
||||||
// Cobra also supports local flags, which will only run
|
// Cobra also supports local flags, which will only run
|
||||||
// when this action is called directly.
|
// 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.Flags().StringVarP(&file, "file", "f", "", "dot file with absorbing Markov chain")
|
||||||
rootCmd.MarkFlagRequired("file")
|
rootCmd.MarkFlagRequired("file")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user