summaryrefslogtreecommitdiffstats
path: root/src/main.rs
Commit message (Collapse)AuthorAgeFilesLines
* where should be option, not argHEADmastersyn2021-03-121-9/+15
|
* remove templatessyn2021-03-111-7/+1
| | | | this is kinda annoying and useless feature
* Add where subcommandsyn2021-03-111-1/+13
|
* Automatic version from Cargo.tomlsyn2020-12-081-1/+1
|
* cargo fmtsyn2020-12-081-27/+25
|
* Fix maxrss on macossyn2020-02-271-1/+1
| | | | | On BSDs ru_maxrss measures in bytes, so fix output for bsd systems (incl macos)
* Abort if no config foundsyn2020-02-181-1/+8
|
* Print info to stderrsyn2020-02-141-2/+3
|
* deserialize duration from floatssyn2020-02-141-0/+1
|
* Improve error handlingsyn2020-02-141-14/+24
|
* timeout'ed waiter for processsyn2020-02-091-3/+8
|
* Lil refactorsyn2020-02-071-1/+3
|
* Remove structoptsyn2020-01-181-28/+25
| | | | There are 3 options, so structopt is an unnecessary dependency
* Get rid of some optionssyn2020-01-171-17/+3
|
* Support tmp dir to place binariessyn2020-01-161-0/+2
|
* Some refactoringsyn2020-01-131-8/+8
|
* Something is donesyn2019-12-271-0/+67