Skip to content

Commit

Permalink
[DATALAD RUNCMD] Autoupdate readme
Browse files Browse the repository at this point in the history
=== Do not change lines below ===
{
 "chain": [
  "a34a0633e999f95ddfe6710e11f123dbd4b1c5bc",
  "26f4f0eec76de27fea98e153460cae502bd25b61"
 ],
 "cmd": "./.update-readme-help.py",
 "exit": 0,
 "extra_inputs": [],
 "inputs": [],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
  • Loading branch information
yarikoptic committed Dec 3, 2024
1 parent 56963a9 commit 4fcdcc4
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ usage: duct [-h] [--version] [-p OUTPUT_PREFIX]
[--summary-format SUMMARY_FORMAT] [--colors] [--clobber]
[-l {NONE,CRITICAL,ERROR,WARNING,INFO,DEBUG}] [-q]
[--sample-interval SAMPLE_INTERVAL]
[--report-interval REPORT_INTERVAL] [-c {all,none,stdout,stderr}]
[-o {all,none,stdout,stderr}]
[--report-interval REPORT_INTERVAL] [--fail-time FAIL_TIME]
[-c {all,none,stdout,stderr}] [-o {all,none,stdout,stderr}]
[-t {all,system-summary,processes-samples}]
command [command_args ...] ...

Expand Down Expand Up @@ -105,6 +105,12 @@ options:
--report-interval REPORT_INTERVAL, --r-i REPORT_INTERVAL
Interval in seconds at which to report aggregated
data. (default: 60.0)
--fail-time FAIL_TIME, --f-t FAIL_TIME
If command fails in less than this specified time,
duct would remove logs. Set to 0 if you would like to
keep logs for a failing command regardless of its run
time. Set to negative (e.g. -1) if you would like to
not keep logs for any failing command. (default: 3.0)
-c {all,none,stdout,stderr}, --capture-outputs {all,none,stdout,stderr}
Record stdout, stderr, all, or none to log files. You
can also provide value via DUCT_CAPTURE_OUTPUTS env
Expand Down

0 comments on commit 4fcdcc4

Please sign in to comment.