Skip to content

Commit

Permalink
Add version option to zsh auto complete
Browse files Browse the repository at this point in the history
  • Loading branch information
Akeboshiwind committed Jun 12, 2019
1 parent 10bab78 commit f54fca0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions _notes
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ __notes_cmd ()
open:'<name> Open a notes for editing by full name'
rm:'[-r | --recursive] <name> Remove note, or folder if -r or --recursive is given]'
cat:'<name> Display a note by name'
--version:'Show version'
--help:'Show usage'
)
_describe -t sub-commands 'sub commands' list && _ret=0
Expand Down

0 comments on commit f54fca0

Please sign in to comment.