Compare commits

...

1 Commits
main ... ls

Author SHA1 Message Date
Patrick Devine
b0b7641b80 add ls alias 2023-07-20 15:26:33 -07:00

View File

@ -424,6 +424,7 @@ func NewCLI() *cobra.Command {
listCmd := &cobra.Command{ listCmd := &cobra.Command{
Use: "list", Use: "list",
Aliases: []string{"ls"},
Short: "List models", Short: "List models",
RunE: list, RunE: list,
} }