Skip to content

Commit

Permalink
Added new Quality Checks command and subcommands
Browse files Browse the repository at this point in the history
  • Loading branch information
szandany committed Dec 14, 2021
1 parent 2d76662 commit 9cdc4f4
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,15 @@ complete -W \
listLocks \
releaseLocks \
dropAll \
'checks run' \
'checks delete --check-name=<check_short_name>' \
'checks bulk-set' \
'checks show' \
'checks customize --check-name=<check_short_name>' \
'checks reset --check-name=<check_short_name>' \
'checks enable --check-name=<check_short_name>' \
'checks disable --check-name=<check_short_name>' \
'checks copy --check-name=<check_short_name>' \
--changeLogFile \
--username \
--password \
Expand Down

0 comments on commit 9cdc4f4

Please sign in to comment.