GitXplorerGitXplorer
e

Jargon

public
1 stars
1 forks
0 issues

Commits

List of commits on branch master.
Unverified
8a7de2a0d56293601019a07eaf3c954f2f62911b

Made option formatting in usage message as in argparse.

eeast825 committed 12 years ago
Unverified
16b070791612ee1d72329f2fe0626d06f1e3b954

Introduced three distinct types of options: Flag, Option and MultiOption.

eeast825 committed 12 years ago
Unverified
336c2adfb6a8611e5f17ac35a10ec45b5e97380f

Removed package jargon.options. Moved all predefined converter into Options class.

eeast825 committed 12 years ago
Unverified
f7dc1cc3fbd5bcc92d88f9add42c51aeaf8d6406

Added support for option values given together with options themselves. E.g. -r42 or --format=LONG. Also included help option in help message. Also new check for uniqueness of option names when they added to parser. Renamed Builder to OptionBuilder.

eeast825 committed 12 years ago
Unverified
9470abe3e98c9e9294a65c96b80d850f25f95596

Renamed method getSingleValue in Option class to getValue.

eeast825 committed 12 years ago
Unverified
ccf49854139e195e025207a0ffd15588238208be

Renamed ArgtParserException to OptionParserException

eeast825 committed 12 years ago

README

The README file for this repository.

Jargon

Simple command line arguments parsing library inspired by Python argparse and optparse standard modules.

TUTORIAL

Project is under construction now. As soon as it will be ready more details and tutorial will be added. But if you are curious just take a look at sources.