Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make -q CLI argument toggle quiet stdout instead of quitting #55696

Merged
merged 1 commit into from
Mar 14, 2022

Conversation

Calinou
Copy link
Member

@Calinou Calinou commented Dec 7, 2021

-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.

See #27963 (comment).

Copy link
Member

@akien-mga akien-mga left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sounds good to me. Needs a rebase.

`-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.
@Calinou
Copy link
Member Author

Calinou commented Mar 13, 2022

Rebased. This also adds the missing --debug-server option to the Bash and Fish completion files (leftover from #55703).

@akien-mga akien-mga merged commit 07b10d6 into godotengine:master Mar 14, 2022
@akien-mga
Copy link
Member

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants