1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2025-07-01 20:59:26 +00:00

git-hub-shorten-url: Slug support

This commit is contained in:
Joel Kuzmarski
2014-02-08 15:51:51 -06:00
parent af003d83c5
commit 36e24eeb08
2 changed files with 18 additions and 7 deletions

View File

@ -5,8 +5,11 @@
# Completes git-hub-shorten-url.
#
# Authors:
# Joel Kuzmarski <leoj3n@gmail.com>
# Sorin Ionescu <sorin.ionescu@gmail.com>
#
_arguments '1:url:' && return 0
_arguments \
'1:url:' \
'2:slug:' && return 0