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

Argument parsing loop rewrite & fix double dash arguments #585

Merged
merged 3 commits into from
Apr 5, 2024
Merged

Argument parsing loop rewrite & fix double dash arguments #585

merged 3 commits into from
Apr 5, 2024

Commits on Feb 28, 2024

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

Commits on Mar 9, 2024

  1. Rewrite argument parsing loop.

    - Fixes issue where double dash arguments `--ssl-path`, `--docroot`, `--webroot`, `--file`, `--backuppath`, `--startrange`, and `--endrange` were not evaluating user input correctly.
    - Clean up loop so single and double dash arguments are evaluated on the same case.
    rluzuriaga committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    ce42638 View commit details
    Browse the repository at this point in the history
  2. Update FOG version

    rluzuriaga committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    44e2484 View commit details
    Browse the repository at this point in the history