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

sort: enforce minimum value of 1 for -F and -y #412

Merged
merged 2 commits into from
Jan 23, 2024

Commits on Jan 19, 2024

  1. sort: enforce minimum value of 1 for -F and -y

    * Basic validation
    * Options -F and -y are non-standard and control allocation limits within sort
    * Currently if the value of zero is given, it is ignored because of truth-test
    * Negative amounts are accepted but don't make sense in the context of a limit size
    mknos authored Jan 19, 2024
    Configuration menu
    Copy the full SHA
    c96294b View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. Configuration menu
    Copy the full SHA
    53737f3 View commit details
    Browse the repository at this point in the history