prezto/modules/git/functions/_git-hub-shorten-url

16 lines
224 B
Text
Raw Normal View History

#compdef git-hub-shorten-url
#autoload
#
# Completes git-hub-shorten-url.
#
# Authors:
2014-02-08 22:51:51 +01:00
# Joel Kuzmarski <leoj3n@gmail.com>
# Sorin Ionescu <sorin.ionescu@gmail.com>
#
2014-02-08 22:51:51 +01:00
_arguments \
'1:url:' \
'2:slug:' && return 0