2012-09-24 18:19:41 -04:00
|
|
|
#compdef git-hub-shorten-url
|
2012-03-30 11:45:37 -04:00
|
|
|
#autoload
|
|
|
|
|
|
|
|
#
|
2012-09-24 18:19:41 -04:00
|
|
|
# Completes git-hub-shorten-url.
|
2012-03-30 11:45:37 -04:00
|
|
|
#
|
|
|
|
# Authors:
|
2014-02-08 15:51:51 -06:00
|
|
|
# Joel Kuzmarski <leoj3n@gmail.com>
|
2012-03-30 11:45:37 -04:00
|
|
|
# Sorin Ionescu <sorin.ionescu@gmail.com>
|
|
|
|
#
|
|
|
|
|
2014-02-08 15:51:51 -06:00
|
|
|
_arguments \
|
|
|
|
'1:url:' \
|
|
|
|
'2:slug:' && return 0
|
2012-03-30 11:45:37 -04:00
|
|
|
|