mirror of
https://github.com/ollama/ollama.git
synced 2025-10-10 23:43:57 +02:00
add ls alias (#152)
This commit is contained in:
@@ -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,
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user