easycli icon indicating copy to clipboard operation
easycli copied to clipboard

Command line interface for python application on top of the argparse including sub-parsers.

Results 3 easycli issues
Sort by recently updated
recently updated
newest added

```python class MyAppCLI(Root): """easycli example""" ``` VS ```python class MyAppCLI(Root): __help__ = 'easycli example' ```