forked from third-party-mirrors/ollama
add ls alias (#152)
This commit is contained in:
parent
50e8e5bdbe
commit
a3badaf103
@ -424,6 +424,7 @@ func NewCLI() *cobra.Command {
|
||||
|
||||
listCmd := &cobra.Command{
|
||||
Use: "list",
|
||||
Aliases: []string{"ls"},
|
||||
Short: "List models",
|
||||
RunE: list,
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user