Skip to content

Commit

Permalink
Update of the version and README.md content.
Browse files Browse the repository at this point in the history
  • Loading branch information
untypequicode committed Mar 18, 2024
1 parent b671c39 commit 1362e6a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ ollama-assist
-c, --clipboard Copy the response to clipboard
-t, --terminal Display the response in the terminal
-sa, --shortcutadd Add a shortcut for a custom model
-i, --icon Add a custom icon for a shortcut
-sr, --shortcutremove Remove a shortcut for a custom model
```

Expand Down
3 changes: 2 additions & 1 deletion src/ollama-assist
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,13 @@ Options:
-c, --clipboard Copy the response to clipboard
-t, --terminal Display the response in the terminal
-sa, --shortcutadd Add a shortcut for a custom model
-i, --icon Add a custom icon for a shortcut
-sr, --shortcutremove Remove a shortcut for a custom model"
exit 0
}

function version() {
echo "ollama-assist version 0.2.0"
echo "ollama-assist version 0.2.2"
exit 0
}

Expand Down

0 comments on commit 1362e6a

Please sign in to comment.