mirror of
https://github.com/ollama/ollama.git
synced 2025-05-11 10:26:53 +02:00
add ls alias (#152)
This commit is contained in:
parent
50e8e5bdbe
commit
a3badaf103
1 changed files with 1 additions and 0 deletions
|
@ -424,6 +424,7 @@ func NewCLI() *cobra.Command {
|
|||
|
||||
listCmd := &cobra.Command{
|
||||
Use: "list",
|
||||
Aliases: []string{"ls"},
|
||||
Short: "List models",
|
||||
RunE: list,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue