Package com.charliedog.argv

Interface Summary
Argument Interface for arguments that may be registered and parsed by the ArgumentParser.
 

Class Summary
ArgumentParser A parser for processing command line arguments.
BooleanArgument A Boolean argument for use with ArgumentParser.
ListArgument A List argument for use with ArgumentParser.
NumberArgument A Number argument for use with ArgumentParser.
PairArgument A Pair argument, for use with ArgumentParser.
StringArgument A String argument for use with ArgumentParser.