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