1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2024-12-23 01:17:59 +00:00
prezto/modules/git/functions/_git-hub-shorten-url

16 lines
224 B
Plaintext
Raw Permalink Normal View History

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