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:
parent
5fc8df43f8
commit
67212a20e5
3 changed files with 7 additions and 3 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue