python import click @click.command() def welcome(name): if __name__ == '__main__': welcome() shell $ python cli_tool.py