"vscode:/vscode.git/clone" did not exist on "2c44ebaeece31b0cc9a7385e406312f741333ab5"
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 {
listCmd := &cobra.Command{
Use: "list",
Aliases: []string{"ls"},
Short: "List models",
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