Skip to content

Commit

Permalink
Add --assistant to global cli params.
Browse files Browse the repository at this point in the history
  • Loading branch information
riga committed Aug 24, 2023
1 parent 737f2fd commit 3e5c233
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion law/cli/completion.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ _law_complete() {

# common parameters
local common_params="run index config software completion location --help --version"
local common_run_params="workers local-scheduler scheduler-host scheduler-port log-level help"
local common_run_params="workers assistant local-scheduler scheduler-host scheduler-port log-level help"

# the current word
local cur="${COMP_WORDS[COMP_CWORD]}"
Expand Down

0 comments on commit 3e5c233

Please sign in to comment.