blob: 3869b2335aad736d4741e986459aefbf69b93ab1 (
plain) (
blame)
1
2
3
|
cliapp is a Python framework for Unix-like command line programs. It contains
the typical stuff such programs need to do, such as parsing the command line for
options, and iterating over input files.
|