remove toggle flag

This commit is contained in:
filifa
2025-05-03 22:43:40 -04:00
parent 8855bc9932
commit dcb6e7910c

View File

@@ -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")