summaryrefslogtreecommitdiffstats
path: root/completion.bash
diff options
context:
space:
mode:
Diffstat (limited to 'completion.bash')
-rw-r--r--completion.bash1
1 files changed, 1 insertions, 0 deletions
diff --git a/completion.bash b/completion.bash
index 04347ce3..6a5bfe1c 100644
--- a/completion.bash
+++ b/completion.bash
@@ -37,6 +37,7 @@ __complete_repo_list_branches() {
37__complete_repo_list_projects() { 37__complete_repo_list_projects() {
38 local repo=${COMP_WORDS[0]} 38 local repo=${COMP_WORDS[0]}
39 "${repo}" list -n 2>/dev/null 39 "${repo}" list -n 2>/dev/null
40 "${repo}" list -p --relative-to=. 2>/dev/null
40} 41}
41 42
42# Complete the repo <command> argument. 43# Complete the repo <command> argument.