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 missing test and support help options with only the short flag in Help.visibleOptions() #1935

Closed
wants to merge 16 commits into from

Commits on Aug 2, 2023

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

Commits on Aug 3, 2023

  1. Fix version() parameter type

    Borrowed from a3f0e28 that was supposed to land in the now-closed tj#1921.
    aweebit committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    e8bea4a View commit details
    Browse the repository at this point in the history
  2. Change initial variable values in test for better error messages

    (cherry picked from commit 87db4ba)
    aweebit committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    e4d00db View commit details
    Browse the repository at this point in the history
  3. Store help option instance instead of just flags

    Analogous to 3c94dfd in tj#1933 for version option.
    
    Storing the Option instance of the help option instead of just its
    flags (_helpShortFlag, _helpLongFlag) is meaningful for cases when other
    properties of the instance need to be accessed (not currently the case,
    but could be in the future).
    aweebit committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    9857b1e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    da1e153 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    35e9571 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5128d5f View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

  1. Check for undefined in Option.is()

    Eliminates the need for the check in other places.
    
    (cherry picked from commit a12f5be)
    aweebit committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    97f3069 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    84fd6f0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    30269dd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7335a9c View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2023

  1. Configuration menu
    Copy the full SHA
    ddc338a View commit details
    Browse the repository at this point in the history
  2. Revert "Fix version() parameter type"

    This reverts commit e8bea4a.
    aweebit committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    a253ec6 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2023

  1. Configuration menu
    Copy the full SHA
    8dd417f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    513a4b5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3ef03e2 View commit details
    Browse the repository at this point in the history