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

Move CLI arg parsing out of fido.py into cli_args.py #225

Merged
merged 8 commits into from
Sep 23, 2024

Commits on Sep 11, 2024

  1. Configuration menu
    Copy the full SHA
    8c5ad51 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0d5f11c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aaa38b0 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Refactor fido.py moving CLI argument parsing into its own `cli_args…

    ….py`. Add some tests to the argument parsing.
    
    Add the CONFIG_DIR to the dictionary of defaults in fido.py.
    adamfarquhar committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    630be3a View commit details
    Browse the repository at this point in the history
  2. Removed unused import.

    adamfarquhar committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    eb1d700 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    30d2d0d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bbbffbe View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    529b483 View commit details
    Browse the repository at this point in the history