refactor(commands): add current as an alias for playing

This commit is contained in:
2025-01-06 16:32:13 -05:00
parent dfe05cc548
commit 5295d75257
2 changed files with 2 additions and 1 deletions

View File

@@ -5,6 +5,7 @@ import constants
class Command(enum.Enum):
CLEAR = "clear"
CURRENT = "current"
EXECUTE = "execute"
FAST_FORWARD = "ff"
HELP = "help"