From 5997ed5aae975f3b1fc74af0797db9c01345114a Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Thu, 28 Aug 2014 23:09:43 -0400 Subject: add 'show' verb, to display a PKGBUILD for a package --- shell/bash-completion | 2 +- shell/zsh-completion | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'shell') diff --git a/shell/bash-completion b/shell/bash-completion index 41708c3..cdd7f92 100644 --- a/shell/bash-completion +++ b/shell/bash-completion @@ -14,7 +14,7 @@ _asp() { # top level commands local -A verbs=( - [ALL_PACKAGES]='checkout difflog export list-arches list-repos log shortlog' + [ALL_PACKAGES]='checkout difflog export list-arches list-repos log shortlog show' [LOCAL_PACKAGES]='untrack update' [NONE]='disk-usage gc help list-all list-local' ) diff --git a/shell/zsh-completion b/shell/zsh-completion index e26718b..502044c 100644 --- a/shell/zsh-completion +++ b/shell/zsh-completion @@ -15,6 +15,7 @@ _asp_command() { 'list-repos' 'log' 'shortlog' + 'show' 'update' 'untrack' ) -- cgit v1.2.3-54-g00ecf