Browse Source

Update 'README.md'

天问 4 months ago
parent
commit
b5cccf9673
1 changed files with 7 additions and 0 deletions
  1. 7 0
      README.md

+ 7 - 0
README.md

@@ -1,2 +1,9 @@
 # typer
 
+## Usage
+
+```
+
+app = typer.Typer(pretty_exceptions_enable=False)
+app.command(name="run")(run)
+```