This commit is contained in:
Miroslav Stampar
2025-04-05 14:41:45 +02:00
parent 29825cd5d6
commit c8c7feebb0
7 changed files with 17 additions and 9 deletions

View File

@@ -775,6 +775,9 @@ def cmdLineParser(argv=None):
miscellaneous.add_argument("--no-logging", dest="noLogging", action="store_true",
help="Disable logging to a file")
miscellaneous.add_argument("--no-truncate", dest="noTruncate", action="store_true",
help="Disable console output truncation (e.g. long entr...)")
miscellaneous.add_argument("--offline", dest="offline", action="store_true",
help="Work in offline mode (only use session data)")