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

Feature: Improved command-line arguments parsing #83

Merged
merged 11 commits into from
Jan 10, 2024

Commits on Jan 9, 2024

  1. command_line/options: Added new nouns and option_t noun functions for…

    … making options global and exclusive
    dragonmux committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    9769631 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

  1. Configuration menu
    Copy the full SHA
    a90c4fd View commit details
    Browse the repository at this point in the history
  2. command_line/arguments: Implemented a mechanism for arguments_t::pars…

    …eArgument() to be able to take a set of options to recognise through the recursion step
    dragonmux committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    d34fad6 View commit details
    Browse the repository at this point in the history
  3. command_line/arguments: Implemented gathering and passing of the set …

    …of global options through recursive arguments_t::parseFrom() calls
    dragonmux committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    d255b24 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    caf4d93 View commit details
    Browse the repository at this point in the history
  5. command_line/arguments: Improved the exclusive arguments handling to …

    …bypass the required arguments checking if exactly one is given
    dragonmux committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    7249931 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d390978 View commit details
    Browse the repository at this point in the history
  7. command_line/arguments_t: Use default wherever possible

    A broken `= default;` in the header is recoverable by forward declaring
    in the header, then using it in a translation unit (once the class is
    complete).
    amyspark authored and dragonmux committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    ff555e4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ddd5a6b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c5f6f5b View commit details
    Browse the repository at this point in the history
  10. command_line/options: Adjust the arguments_t copy constructor/operato…

    …r `noexcept` markings noting that std::multiset can throw when copied
    dragonmux committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    b74a01b View commit details
    Browse the repository at this point in the history