3
0
Fork 0
mirror of https://github.com/YosysHQ/sby.git synced 2025-08-22 12:47:55 +00:00

Add --statuscancels option

The statusdb is only used to check for task completions if this option is used, requiring the user to explicitly request the feature.
This commit is contained in:
Krystine Sherwin 2025-07-09 10:04:37 +12:00
parent 5fc8df43f8
commit 67212a20e5
No known key found for this signature in database
3 changed files with 7 additions and 3 deletions

View file

@ -83,6 +83,8 @@ def parser_func(release_version='unknown SBY version'):
help="only check statuses from the most recent run of a task")
parser.add_argument("--statusreset", action="store_true", dest="status_reset",
help="reset the contents of the status database")
parser.add_argument("--statuscancels", action="store_true", dest="status_cancels",
help="intertask cancellations can be triggered by the status database")
parser.add_argument("--init-config-file", dest="init_config_file",
help="create a default .sby config file")