wip
This commit is contained in:
parent
a6f36ca6f9
commit
c9f7d54e07
13 changed files with 1803 additions and 42 deletions
|
|
@ -2,9 +2,8 @@ import typer
|
|||
|
||||
from marvin_sw_text_adventure.cli.common import verbose_callback
|
||||
from marvin_sw_text_adventure.cli.game import game_app
|
||||
|
||||
# from marvin_sw_text_adventure.cli.config import config_app
|
||||
# from marvin_sw_text_adventure.cli.tui import tui_app
|
||||
from marvin_sw_text_adventure.cli.tui import tui_app
|
||||
|
||||
app = typer.Typer(
|
||||
name="marvin_sw_text_adventure",
|
||||
|
|
@ -12,7 +11,7 @@ app = typer.Typer(
|
|||
)
|
||||
app.add_typer(game_app)
|
||||
# app.add_typer(config_app)
|
||||
# app.add_typer(tui_app)
|
||||
app.add_typer(tui_app)
|
||||
|
||||
|
||||
def version_callback(value: bool) -> None:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue