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

Teach pflag to handle unambiguous abbreviated long-args #372

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

Commits on Dec 30, 2022

  1. Teach pflag to handle abbreviated long-args:

    * add a new abbreviation generator (abbrev.go) with tests
    * teach flag.go to build an abbrev table for long args and look it up
      and add tests to verify new behavior
    * Fix "spurious new line" error from use of Println()
    opencoff committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    66c96e5 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2023

  1. Configuration menu
    Copy the full SHA
    2d3c2ad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    96e19b4 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2023

  1. Removed stale go.sum

    opencoff committed May 22, 2023
    Configuration menu
    Copy the full SHA
    ffff501 View commit details
    Browse the repository at this point in the history