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 option to not print help if no arguments are given #3

Merged
merged 4 commits into from
Jul 31, 2023

Commits on Jul 29, 2023

  1. Add parse_when_no_options_is_possible

    When calling new parsing function:
    
    	parse_when_no_options_is_possible
    
    with no options (argc is 1) does not print help
    
    Should not break any usage of library.
    Miro Palmu committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    864e2c0 View commit details
    Browse the repository at this point in the history
  2. Add test for parse_when_no_options_is_possible

    Miro Palmu committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    471ba53 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. Configuration menu
    Copy the full SHA
    912f242 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    509c8e0 View commit details
    Browse the repository at this point in the history