diff options
| author | 2024-04-19 16:14:16 +0800 | |
|---|---|---|
| committer | 2024-04-19 16:14:16 +0800 | |
| commit | 2aa53c101f52278633f77aea1902861a5cf404d4 (patch) | |
| tree | f1909fe5499883cdbeb37c6f5ab9bc5b30bdb8cf /src | |
| parent | 07a380e331ca193c92e5a6a2cdef322cc76fa491 (diff) | |
| download | ipm-2aa53c101f52278633f77aea1902861a5cf404d4.tar.gz ipm-2aa53c101f52278633f77aea1902861a5cf404d4.zip | |
chore(version): bump version to v0.2.0-rc.3v0.2.0-rc.3
Diffstat (limited to 'src')
| -rw-r--r-- | src/ipm/__main__.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ipm/__main__.py b/src/ipm/__main__.py index 36abb2b..f018e9f 100644 --- a/src/ipm/__main__.py +++ b/src/ipm/__main__.py @@ -5,7 +5,6 @@ from ipm.logging import status, error, tada import typer -status.start() main = typer.Typer( name="ipm", help="Infini 包管理器", no_args_is_help=True, add_completion=False ) |
