"src/vscode:/vscode.git/clone" did not exist on "4cb887e0a7f4aa15853a1dac8f8b8582ec83849b"
Unverified Commit a3badaf1 authored by Patrick Devine's avatar Patrick Devine Committed by GitHub
Browse files

add ls alias (#152)

parent 50e8e5bd
...@@ -424,6 +424,7 @@ func NewCLI() *cobra.Command { ...@@ -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,
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment