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 support for empty init arguments in the command line parser #176

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Jan 26, 2024

  1. Implement support for empty init args

    This can easily arise in automated scripts where the init args are
    sometimes empty but the `--` seperator is unconditionally added.
    
    Signed-off-by: Marco Schlumpp <[email protected]>
    mschlumpp committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    9a83d29 View commit details
    Browse the repository at this point in the history
  2. Add tests for empty init arguments

    Signed-off-by: Marco Schlumpp <[email protected]>
    mschlumpp committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    978a403 View commit details
    Browse the repository at this point in the history