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

Removing dependency on args being in alphabetical order. #507

Merged
merged 2 commits into from
May 17, 2022

Commits on May 8, 2022

  1. Removing dependency on args being in alphabetical order.

    Previously, arg parser would display the arguments in the help section in alphabetical order. Since we're now moving in the direction of grouping arguments by functionality independent of names (like for upcoming --gitignore flag), we now have to come up with a quick refactoring that allows arguments to be displayed in a specified order regardless of what alphabetical order the arguments themselves occupy.
    ElonVolo committed May 8, 2022
    Configuration menu
    Copy the full SHA
    4e2a935 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2022

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