Skip to content

Commit 183f12f

Browse files
committed
🎨 Tidy up the base general command line command
I'd managed to leave some cruft in place that needed cleaning up.
1 parent 6e09383 commit 183f12f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/hike/widgets/command_line/general.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,8 @@
2424
class GeneralCommand(InputCommand):
2525
"""Base class for general commands."""
2626

27-
COMMAND = "`quit`"
28-
ALIASES = "`q`"
2927
MESSAGE: type[Message]
28+
"""The message to send for the command."""
3029

3130
@classmethod
3231
def handle(cls, text: str, for_widget: Widget) -> bool:

0 commit comments

Comments
 (0)