python-cli-app icon indicating copy to clipboard operation
python-cli-app copied to clipboard

Framework for creating CLI apps using Python

Results 1 python-cli-app issues
Sort by recently updated
recently updated
newest added
trafficstars

Hi, thanks for sharing great project! When I was using your lib i noticed this bug: ArgumentParser object requires keyword argument `description` instead of `help` according to https://docs.python.org/3/library/argparse.html#argparse.ArgumentParser Now after...