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 check/3, parse_and_check/3, and complete test cases #25

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Jul 23, 2013

  1. Add check/3 and parse_and_check/3

    The functions now allow to specify options:
        [help | {skip, [Name::atom()]}]
    
    	help - instructs getopt:check/3 to return 'help'
    		when "-h" command line option is given and
    		option specification contains definition of 'help'.
    		This is needed to short-circuit the checker of
                    required options when help is requested.
    
    	{skip, Names} - tells the checker to skip checking given options
    
    Added test cases for format_error/2 and the new functions mentioned above
    saleyn committed Jul 23, 2013
    Configuration menu
    Copy the full SHA
    603f622 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2014

  1. Configuration menu
    Copy the full SHA
    50b044d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    21d9781 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2014

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

Commits on Jun 4, 2014

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