@click.group() def cli(): click.echo('Before command') @cli.resultcallback() ... python cli.py command Before command Command After command.
確定! 回上一頁