This website works better with JavaScript
Home
Explore
Project
Register
Sign In
python
/
typer
Watch
3
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
命令行
2
Commits
1
Branches
0
Releases
Tree:
b5cccf9673
Branches
Tags
master
typer
HTTPS
SSH
ZIP
TAR.GZ
天问
b5cccf9673
Update 'README.md'
7 months ago
README.md
b5cccf9673
Update 'README.md'
7 months ago
README.md
typer
Usage
app = typer.Typer(pretty_exceptions_enable=False) app.command(name="run")(run)