Show lmcli usage by default

This commit is contained in:
Matt Low 2024-01-03 07:32:55 +00:00
parent 02a23b9035
commit 242ed886ec
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@ var rootCmd = &cobra.Command{
SilenceErrors: true, SilenceErrors: true,
SilenceUsage: true, SilenceUsage: true,
Run: func(cmd *cobra.Command, args []string) { Run: func(cmd *cobra.Command, args []string) {
// execute `lm ls` by default cmd.Usage()
}, },
} }