Skip to content

Commit 2af12d2

Browse files
authored
🔀 Merge pull request #25 from davep/tidy-base-command
Tidy up the base general command line command
2 parents 6e09383 + 183f12f commit 2af12d2

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)