blob: d5f53ce4479f1dacde92dd834a32564843b273d4 (
plain) (
blame)
1
2
3
4
|
Decli is minimal wrapper around argparse. It is useful when writing
big applications that have many arguments and subcommands, this way
it will be more clear. It is a minimal library to rapidly create an
interface separated from your program.
|