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

Add -q as alternative to --quiet for meson install #13844

Merged
merged 2 commits into from
Nov 2, 2024

Commits on Nov 2, 2024

  1. Add -q as alternative to --quiet for meson install

    Since "meson test" already has both -q and --quiet it makes a lot of
    sense to add the short option to "meson install" too for reasons of
    symmetry.
    jeltz committed Nov 2, 2024
    Configuration menu
    Copy the full SHA
    ca82a4a View commit details
    Browse the repository at this point in the history
  2. Consistently list short options first for install

    Other commands already list the short options first plus -h is always
    listed before --help.
    jeltz committed Nov 2, 2024
    Configuration menu
    Copy the full SHA
    acc460f View commit details
    Browse the repository at this point in the history