命令行

天问 bd605f36bf Update 'README.md' 3 months ago
README.md bd605f36bf Update 'README.md' 3 months ago

README.md

typer

Usage


app = typer.Typer(pretty_exceptions_enable=False)


@cli.command()
@typer_async
async def account_payout_schedule() -> None:
    pass

if __name__ == "__main__":
    cli()