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 shortName for quiet flag #11652

Closed
wants to merge 1 commit into from

Commits on Oct 7, 2024

  1. nix: Add quiet flag with shortName overriding its common variant

    This PR adds `q` as a `shortName` for the `quiet` flag for `nix`
    command, overriding
    https://github.com/NixOS/nix/blob/26c3fc11eada3fa7df0284190095868a947fefe2/src/libmain/common-args.cc#L23-L28.
    Since this flag can be repeated, it simplifies usage by allowing `nix
    -qq ...` instead of `nix --quiet --quiet ...`.
    shivaraj-bh committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    efc597c View commit details
    Browse the repository at this point in the history