Added sleep <Integer> to batch commands

This commit is contained in:
Ross Scroggs
2024-02-03 17:33:36 -08:00
parent 6ed3f8ebfc
commit 566a0c0345
7 changed files with 40 additions and 8 deletions

View File

@@ -379,6 +379,7 @@ class GamCLArgs():
PRINT_CMD = 'print'
SET_CMD = 'set'
CLEAR_CMD = 'clear'
SLEEP_CMD = 'sleep'
# Command line batch/csv/loop/tbatch keywords
BATCH_CMD = 'batch'
CSV_CMD = 'csv'