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