Skip to content

Commit a52289f

Browse files
author
tatanus
committed
Merge branch 'fix/install-quiet-var'
2 parents ffd302d + 6e74445 commit a52289f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

install.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -449,6 +449,7 @@ cmd_uninstall() {
449449
main() {
450450
local command="install"
451451
local skip_tools=false
452+
# shellcheck disable=SC2034 # TODO: quiet mode not yet implemented
452453
local quiet=false
453454

454455
# Parse arguments
@@ -467,6 +468,7 @@ main() {
467468
return 0
468469
;;
469470
-q | --quiet)
471+
# shellcheck disable=SC2034 # TODO: quiet mode not yet implemented
470472
quiet=true
471473
shift
472474
;;

0 commit comments

Comments
 (0)