[ forky ]
[ sid ]
[ 源代码: decli ]
软件包:python3-decli(0.6.3-1)
Minimal, easy-to-use, declarative cli tool using argparse (Python)
Decli is minimal wrapper around argparse. It's useful when writing big applications that have many arguments and subcommands. It's a minimal library to rapidly create an interface separated from the application. While it's possible to use any argument from argparse, it lets you stop taking care about copy pasting the argparse functions.