Node:Argp Examples,
Next:Argp User Customization,
Previous:Argp Help,
Up:Argp
Argp Examples
These example programs demonstrate the basic usage of argp.
- 1:             A minimal program using argp. 
- 2:             A program using only default options. 
- 3:             A simple program with user options. 
- 4:             Combining multiple argp parsers.