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 flag category support (#796) #1368

Merged
merged 17 commits into from May 22, 2022

Commits on Jan 27, 2019

  1. Start of category flag support

    This adds what I think needs to be done to support categories for flags
    but we will see if that works. It also forces the scripts to use python2
    since they blow up under python3 which is becoming the default python on
    many linux systems.
    
    Small fix to app_test as well so it conforms to the new Flag interface.
    michaeljs1990 committed Jan 27, 2019
    Copy the full SHA
    ff1c0b5 View commit details
    Browse the repository at this point in the history
  2. Go Fmt

    michaeljs1990 committed Jan 27, 2019
    Copy the full SHA
    7c383b0 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    9dd96e9 View commit details
    Browse the repository at this point in the history
  4. Add mod files

    Let us use this repo via replace locally.
    michaeljs1990 committed Jan 27, 2019
    Copy the full SHA
    51aebb5 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    9720ac0 View commit details
    Browse the repository at this point in the history
  6. Fix unit tests

    michaeljs1990 committed Jan 27, 2019
    Copy the full SHA
    50b52ca View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2022

  1. Merge branch 'add-flag-category-support' of ssh://github.com/michaelj…

    …s1990/cli into michaeljs1990-add-flag-category-support
    meatballhat committed Apr 22, 2022
    Copy the full SHA
    4495869 View commit details
    Browse the repository at this point in the history
  2. Porting remainder of #796

    meatballhat committed Apr 22, 2022
    Copy the full SHA
    75e4ee6 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    e4580f0 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2022

  1. Copy the full SHA
    a583a10 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    ddac788 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2022

  1. Rework flag categories a bit

    with internal maps instead of slices and slightly less public API
    surface area
    meatballhat committed Apr 30, 2022
    Copy the full SHA
    156eaaf View commit details
    Browse the repository at this point in the history

Commits on May 7, 2022

  1. Copy the full SHA
    16d5d5a View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    ae97940 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    21d435d View commit details
    Browse the repository at this point in the history

Commits on May 19, 2022

  1. Copy the full SHA
    a78717f View commit details
    Browse the repository at this point in the history

Commits on May 22, 2022

  1. Copy the full SHA
    4bca72c View commit details
    Browse the repository at this point in the history