python import pycli cli = pycli.CLI() @cli.command def greet(name: str): cli.run() python script.py greet --name John