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 RemoveFlag() function #358

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Sep 14, 2022

  1. Fix test output with redundant newlines.

    This was raising this error, which was added in go 1.10:
    ./flag_test.go:1242:3: fmt.Println arg list ends with redundant newline
    tiegz committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    b2edec6 View commit details
    Browse the repository at this point in the history
  2. Add a test for AddFlag()

    tiegz committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    baa6eb9 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2022

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

Commits on Sep 16, 2022

  1. Configuration menu
    Copy the full SHA
    023c131 View commit details
    Browse the repository at this point in the history
  2. Formatting

    tiegz committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    87758c1 View commit details
    Browse the repository at this point in the history