Skip to content

Commit

Permalink
build(pip): add typer-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
liblaf committed Oct 11, 2023
1 parent 85ecfdc commit 01f6ab6
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 4 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,7 @@ $ tld [OPTIONS]
- `--homework / --no-homework`: [default: homework]
- `-j, --jobs INTEGER`: [default: 8]
- `-l, --language [en|zh]`: [default: en]
- `--log-level [NOTSET|DEBUG|INFO|WARNING|ERROR|CRITICAL]`: [env var: LOG_LEVEL] [default: INFO]
- `--install-completion`: Install completion for the current shell.
- `--show-completion`: Show completion for the current shell, to copy it or customize the installation.
- `--log-level [NOTSET|DEBUG|INFO|WARNING|ERROR|CRITICAL]`: [env var: LOG_LEVEL; default: INFO]
- `--help`: Show this message and exit.

## Features
Expand Down
38 changes: 37 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ icecream = "^2.1.3"
isort = "^5.12.0"
nuitka = "^1.8.4"
pyinstaller = "^6.0.0"
typer-cli = {git = "https://github.com/Patarimi/typer-cli.git"}

[tool.poetry.scripts]
thu-learn-downloader = "thu_learn_downloader.main:app"
Expand Down

0 comments on commit 01f6ab6

Please sign in to comment.