master
Name already in use
Commits on Nov 17, 2020
-
Merge pull request #65 from mira01/neg_error_codes_master
Fix negative error codes in summary.
Rich Jones committedNov 17, 2020 -
Merge pull request #63 from mira01/fix_doc1
Fix documentation of until-error
Rich Jones committedNov 17, 2020 -
Merge pull request #62 from mira01/integration-tests
Introduce integration tests
Rich Jones committedNov 17, 2020 -
Merge pull request #66 from bobrippling/handle-errors
Handle seek, truncate and read errors
Rich Jones committedNov 17, 2020 -
Merge pull request #67 from bobrippling/readme-quoting
Add quoting to README
Rich Jones committedNov 17, 2020
Commits on Nov 12, 2020
-
Handle seek, truncate and read errors
[`.ok()`] converts the `Result` to an `Option`, and then we throw it away. This ensures we panic if we hit a failure, rather than executing code in face of an error. [`.ok()`]: https://doc.rust-lang.org/std/result/enum.Result.html#method.ok
-
Commits on Oct 12, 2020
-
Fix negative error codes in summary.
Miroslav Čech committedOct 12, 2020
Commits on Oct 5, 2020
-
Miroslav Čech committed
Oct 5, 2020 -
Fix documentation of until-error
Miroslav Čech committedOct 5, 2020
Commits on Jan 18, 2020
Commits on Oct 17, 2019
Commits on Sep 2, 2019
-
Merge pull request #58 from gaetronik/bounce_structopt
Bounce structopt to last 0.2 version
Rich Jones committedSep 2, 2019 -
Merge branch 'master' into bounce_structopt
Rich Jones committedSep 2, 2019 -
Merge pull request #57 from gaetronik/fix-structopt-derive-requirement
Enforce structopt-derive version and bump cargo.lock
Rich Jones committedSep 2, 2019
Commits on Aug 30, 2019
Commits on Mar 24, 2019
Commits on Mar 2, 2019
-
Add flag to return error code on duration timeout (#49)
* Add flag to return error code on duration timeout * Update readme for --duration-error flag
-
Merge pull request #51 from art-of-dom/extra-iteration-fix
Move --for-duration and --until-time logic to fix extra iteration
Rich Jones committedMar 2, 2019
Commits on Feb 8, 2019
-
-
-
-
Merge pull request #48 from tspiteri/count-precision
Use precision of count_by argument for COUNT variable
Rich Jones committedFeb 8, 2019
Commits on Feb 6, 2019
Commits on Feb 4, 2019
-
-
-
-
-
Merge pull request #43 from norcalli/master
Bugfix '--until-changes' and add '--until-stagnates' flag
Rich Jones committedFeb 4, 2019
Commits on Feb 2, 2019
-
Bugfix '--until-changes' and add '--until-stagnates' flag
The `--until-changes` flag was being triggered on every invocation, so now it's only triggered if the flag is passed. The `--until-stagnates` flag is the foil to `--until-changes`, which will exit if the output *stops* changing. Add `--until-stagnates` to the README

