diff --git a/cmd/root.go b/cmd/root.go index b28453a..ba9f1c3 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -6,10 +6,9 @@ import ( // rootCmd represents the base command when called without any subcommands var rootCmd = &cobra.Command{ - Use: "toolbox", - Short: "Khalil toolbox", - Long: `Khalil toolbox: mkpasswd`, - ValidArgs: []string{"mkpasswd", "https-expired"}, + Use: "toolbox", + Short: "Khalil toolbox", + Long: `Khalil toolbox: mkpasswd`, } // Execute adds all child commands to the root command and sets flags appropriately.