/ezcli

Python package for building Command-Line Interfaces

Primary LanguagePythonMIT LicenseMIT

PyPI Documentation Status MIT License Tests Code style: black codecov code quality

icon

# Demo of the package

import ezcli

ezcli.config(
    appname="ezCLI demo")

ezcli.arguments()