Skip to content

Commit

Permalink
Merge pull request #5 from triarius/update-readme
Browse files Browse the repository at this point in the history
Update README with latest CLI help text
  • Loading branch information
triarius authored Sep 1, 2024
2 parents 4224bd4 + 50b6c56 commit 36671a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ A process runner that can log the `stdin`, `stdout`, and `stderr` streams to fil
```
A command runner that optionally logs the I/O streams to files
Usage: runner [OPTIONS] [-- <EXEC>...]
Usage: runner [OPTIONS] -- <EXEC>...
Arguments:
[EXEC]... The command to run and its arguments. A command must be specified, arguments are space delimited
<EXEC>... The command to run and its arguments. A command must be specified, arguments are space delimited
Options:
-i, --in-file <IN_FILE> The file to log stdin to [env: IN_FILE=]
Expand Down

0 comments on commit 36671a9

Please sign in to comment.