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

bc: fail for bad options #548

Merged
merged 1 commit into from
Apr 12, 2024
Merged

bc: fail for bad options #548

merged 1 commit into from
Apr 12, 2024

Commits on Apr 12, 2024

  1. bc: fail for bad options

    * GNU and OpenBSD versions support the following usage: "bc -- -a" to open a filename starting with a dash
    * Teach option parser about '--'
    * Treat argument -a as an option instead of as filename otherwise; -a is not supported so print a usage string and exit
    mknos committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    ce185c2 View commit details
    Browse the repository at this point in the history