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

Remove Unnecessary Error from pflag #96

Merged
merged 1 commit into from
Aug 30, 2024

Commits on Aug 30, 2024

  1. Remove Unnecessary Error from pflag

    Pflag has types for all the integer sizes so we don't need to check for
    overflowing and thus this code that was inherited from the flag package
    is unnecessary.
    sergiosalvatore committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    ba6d740 View commit details
    Browse the repository at this point in the history