This commit is contained in:
filifa 2025-08-11 20:43:01 -04:00
parent 49aeacf101
commit 41e45beb71
1 changed files with 0 additions and 4 deletions

View File

@ -22,8 +22,6 @@ import (
"github.com/spf13/cobra" "github.com/spf13/cobra"
) )
// rootCmd represents the base command when called without any subcommands // rootCmd represents the base command when called without any subcommands
var rootCmd = &cobra.Command{ var rootCmd = &cobra.Command{
Use: "mathtools", Use: "mathtools",
@ -59,5 +57,3 @@ func init() {
// when this action is called directly. // when this action is called directly.
rootCmd.Flags().BoolP("toggle", "t", false, "Help message for toggle") rootCmd.Flags().BoolP("toggle", "t", false, "Help message for toggle")
} }