``` quicktest 0.0.1-beta.0 CLI for stress testing in competitive programming contest
USAGE:
quicktest
FLAGS: -h, --help Prints help information -V, --version Prints version information
SUBCOMMANDS: compare Compare correctness with a slower program help Prints this message or the help of the given subcommand(s) tle Check TLE
```
```
quicktest tle
Check that
USAGE: $ quicktest tle --target-file "code/main.cpp" --gen-file "code/gen.cpp" --timeout=1000 --test-cases=100 FLAGS: -h, --help Prints help information -s, --save-cases Save test cases -b, --tle-break TLE Break -V, --version Prints version information
OPTIONS:
-g, --gen-file
Licensed under either of these: * MIT license (LICENSE-MIT or https://opensource.org/licenses/MIT)