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

Added command-line option support, help message. #66

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Added command-line option support, help message. #66

wants to merge 1 commit into from

Conversation

lelanthran
Copy link

  1. Added support for setting each individual flag on the command-line.
  2. Added a help message invoked with '--help'. Request for help overrides
    all other options.
  3. Added command-line option --list-hashes to list supported hash
    algorithms. Request for list of hashes overrides all other options
    except --help.
  4. By default the g_testAll flag was set; with command-line option
    '--test-all' this is no longer needed.
  5. Basic sanity checking to ensure that at least one test is selected
    on the command-line.

1. Added support for setting each individual flag on the command-line.
2. Added a help message invoked with '--help'. Request for help overrides
   all other options.
3. Added command-line option --list-hashes to list supported hash
   algorithms. Request for list of hashes overrides all other options
   except --help.
4. By default the g_testAll flag was set; with command-line option
   '--test-all' this is no longer needed.
5. Basic sanity checking to ensure that at least one test is selected
   on the command-line.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant