Skip to content

Commit 7acb1ea

Browse files
committed
- Deleted init command.
issue #81
1 parent 2f215bc commit 7acb1ea

File tree

3 files changed

+0
-93
lines changed

3 files changed

+0
-93
lines changed

minos/cli/api/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,11 @@
66
from ..consoles import (
77
console,
88
)
9-
from .init import app as init_app
109
from .new import app as new_app
1110
from .set import app as set_app
1211
from .utils import app as utils_app
1312

1413
app = typer.Typer(add_completion=False)
15-
app.add_typer(init_app, name="init")
1614
app.add_typer(new_app, name="new")
1715
app.add_typer(utils_app, name="utils")
1816
app.add_typer(set_app, name="set")

minos/cli/api/init.py

Lines changed: 0 additions & 40 deletions
This file was deleted.

tests/test_cli/test_api/test_init.py

Lines changed: 0 additions & 51 deletions
This file was deleted.

0 commit comments

Comments
 (0)