From eae16f73a606978beeeb0cfd693d8d948667f731 Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Tue, 7 Dec 2021 18:06:40 +0100 Subject: Make `-q` CLI argument toggle quiet stdout instead of quitting `-q` is a common toggle in a command line applications for quiet mode (see apt or dnf for examples). In contrast, `--quit` isn't needed as often. --- misc/dist/shell/godot.bash-completion | 1 + 1 file changed, 1 insertion(+) (limited to 'misc/dist/shell/godot.bash-completion') diff --git a/misc/dist/shell/godot.bash-completion b/misc/dist/shell/godot.bash-completion index b0c38969f3..5784e15c6e 100644 --- a/misc/dist/shell/godot.bash-completion +++ b/misc/dist/shell/godot.bash-completion @@ -36,6 +36,7 @@ _complete_godot_options() { --quiet --editor --project-manager +--debug-server --quit --language --path -- cgit v1.2.3