From 6a09e6cf44f9042f361e8924e4273dc08b7a4b63 Mon Sep 17 00:00:00 2001 From: evilchili Date: Tue, 4 Jul 2023 11:18:31 -0700 Subject: [PATCH] fix whitespace --- deadsands/site_tools/shell/interactive_shell.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/deadsands/site_tools/shell/interactive_shell.py b/deadsands/site_tools/shell/interactive_shell.py index f8f9625..2881c13 100644 --- a/deadsands/site_tools/shell/interactive_shell.py +++ b/deadsands/site_tools/shell/interactive_shell.py @@ -10,6 +10,7 @@ from site_tools.shell.base import BasePrompt, command BINDINGS = KeyBindings() + class DMShell(BasePrompt): def __init__(self, cache={}): super().__init__(cache) @@ -60,6 +61,7 @@ class DMShell(BasePrompt): get_app().exit() finally: raise SystemExit("") + @command(usage=""" [title]HELP FOR THE HELP LORD[/title] @@ -76,6 +78,7 @@ class DMShell(BasePrompt): """ super().help(parts) return True + @command(usage=""" [title]INCREMENT DATE[/title] @@ -90,6 +93,7 @@ class DMShell(BasePrompt): Increment the date by one day. """ raise NotImplementedError() + @command( usage=""" [title]LOCATION[/title] @@ -109,6 +113,7 @@ class DMShell(BasePrompt): if parts: self.cache["location"] = " ".join(parts) self.console.print(f"The party is in {self.cache['location']}.") + @command(usage=""" [title]OVERLAND TRAVEL[/title] @@ -123,6 +128,7 @@ class DMShell(BasePrompt): Increment the date by one day and record """ raise NotImplementedError() + @command(usage=""" [title]WILD MAGIC TABLE[/title]