Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Oh My Zsh
Commits
aac85f09
Commit
aac85f09
authored
Aug 22, 2014
by
Ján Koščo
Browse files
Proper handling of tags
parent
e585904e
Changes
1
Show whitespace changes
Inline
Side-by-side
plugins/geeknote/_geeknote
View file @
aac85f09
...
...
@@ -26,6 +26,7 @@ _1st_arguments=(
'tag-list'
'tag-create'
'tag-edit'
'tag-remove'
'gnsync'
'user'
)
...
...
@@ -116,7 +117,7 @@ case "$words[1]" in
'(-t|--title)'{-t,--title}'[title of tag]' \
)
;;
tag-
create
)
tag-
edit
)
_command_args=(
'(-tgn|--tagname)'{-tgn,--tagname}'[tag to edit]' \
'(-t|--title)'{-t,--title}'[new tag name]' \
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment