add ls alias

This commit is contained in:
Patrick Devine 2023-07-20 15:26:33 -07:00
parent 50e8e5bdbe
commit b0b7641b80

View File

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