adding help output
This commit is contained in:
parent
abd1aa28c4
commit
1f3c467348
|
@ -33,6 +33,7 @@ def main(
|
||||||
handlers=[RichHandler(rich_tracebacks=True, tracebacks_suppress=[typer])],
|
handlers=[RichHandler(rich_tracebacks=True, tracebacks_suppress=[typer])],
|
||||||
)
|
)
|
||||||
if ctx.invoked_subcommand is None:
|
if ctx.invoked_subcommand is None:
|
||||||
|
print("Generating sample dungeon. Try mapper --help for help!")
|
||||||
render_map()
|
render_map()
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user