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

Refactor argument handling #103

Merged
merged 1 commit into from
May 19, 2024
Merged

Refactor argument handling #103

merged 1 commit into from
May 19, 2024

Commits on May 19, 2024

  1. Refactor argument handling

    Move input-independent arguments to a top-level product type rather
    than duplicating them in `FileArgs` and `StdinArgs`. Without this,
    specifying `--verbose` before `-i` would lock-in `StdinInput` alternative.
    The arguments would also be duplicated in the help page.
    jtojnar committed May 19, 2024
    Configuration menu
    Copy the full SHA
    664d51e View commit details
    Browse the repository at this point in the history