Skip to content

Commit

Permalink
_brl: Fix brl --list completion
Browse files Browse the repository at this point in the history
  • Loading branch information
NICHOLAS85 authored and paradigm committed Jul 26, 2020
1 parent 897f166 commit 93ebc55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/slash-bedrock/share/zsh/completion/_brl
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ case "${words[2]}" in
args+=('(-d --disabled-strata)'{-d,--disabled-strata}'[list disabled strata]')
args+=('(-D --disabled-aliases)'{-D,--disabled-aliases}'[list aliases to disabled strata]')
args+=('(-a --all-strata)'{-a,--all-strata}'[list all strata]')
args+=('(-A --all-aliases)'{-A,--all-aliases}'[list all aliases')
args+=('(-A --all-aliases)'{-A,--all-aliases}'[list all aliases]')
;;
"which")
if [[ "${CURRENT}" -eq 3 ]]; then
Expand Down

0 comments on commit 93ebc55

Please sign in to comment.