Commit aac85f09 authored by Ján Koščo's avatar Ján Koščo
Browse files

Proper handling of tags

parent e585904e
...@@ -26,6 +26,7 @@ _1st_arguments=( ...@@ -26,6 +26,7 @@ _1st_arguments=(
'tag-list' 'tag-list'
'tag-create' 'tag-create'
'tag-edit' 'tag-edit'
'tag-remove'
'gnsync' 'gnsync'
'user' 'user'
) )
...@@ -116,7 +117,7 @@ case "$words[1]" in ...@@ -116,7 +117,7 @@ case "$words[1]" in
'(-t|--title)'{-t,--title}'[title of tag]' \ '(-t|--title)'{-t,--title}'[title of tag]' \
) )
;; ;;
tag-create) tag-edit)
_command_args=( _command_args=(
'(-tgn|--tagname)'{-tgn,--tagname}'[tag to edit]' \ '(-tgn|--tagname)'{-tgn,--tagname}'[tag to edit]' \
'(-t|--title)'{-t,--title}'[new tag name]' \ '(-t|--title)'{-t,--title}'[new tag name]' \
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment