We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ffd302d + 6e74445 commit a52289fCopy full SHA for a52289f
1 file changed
install.sh
@@ -449,6 +449,7 @@ cmd_uninstall() {
449
main() {
450
local command="install"
451
local skip_tools=false
452
+ # shellcheck disable=SC2034 # TODO: quiet mode not yet implemented
453
local quiet=false
454
455
# Parse arguments
@@ -467,6 +468,7 @@ main() {
467
468
return 0
469
;;
470
-q | --quiet)
471
472
quiet=true
473
shift
474
0 commit comments