Skip to content

Commit

Permalink
Update auto-complete
Browse files Browse the repository at this point in the history
  • Loading branch information
douglasjacobsen committed Oct 24, 2023
1 parent bc34173 commit 27b37f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion share/ramble/ramble-completion.bash
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ complete -o bashdefault -o default -F _bash_completion_ramble ramble
_ramble() {
if $list_options
then
RAMBLE_COMPREPLY="-h --help -H --all-help --color -c --config -C --config-scope -d --debug --disable-passthrough --timestamp --pdb -w --workspace -D --workspace-dir -W --no-workspace --use-workspace-repo -k --insecure -l --enable-locks -L --disable-locks -m --mock -p --profile --sorted-profile --lines -v --verbose --stacktrace -V --version --print-shell-vars"
RAMBLE_COMPREPLY="-h --help -H --all-help --color -c --config -C --config-scope -d --debug --disable-passthrough -N --disable-logger -P --disable-progress-bar --timestamp --pdb -w --workspace -D --workspace-dir -W --no-workspace --use-workspace-repo -k --insecure -l --enable-locks -L --disable-locks -m --mock -p --profile --sorted-profile --lines -v --verbose --stacktrace -V --version --print-shell-vars"
else
RAMBLE_COMPREPLY="attributes clean commands config debug edit flake8 help info license list mirror mods on repo results software-definitions unit-test workspace"
fi
Expand Down

0 comments on commit 27b37f0

Please sign in to comment.