adding help output

This commit is contained in:
evilchili 2025-08-11 17:33:23 -07:00
parent abd1aa28c4
commit 1f3c467348

View File

@ -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()