12 Commits

Author SHA1 Message Date
a7caf8a1c8 Exclude files using glob patterns 2023-08-17 18:45:57 -04:00
38b0b6aa59 Better poll handling and respect the watch poll flag 2023-08-17 17:01:29 -04:00
18c964138a Restarts work properly now 2023-08-14 21:17:32 -04:00
b58c94e9e6 Trying out cancelable commands 2023-08-14 18:36:07 -04:00
ebb999af95 Allow more than one --file arg 2022-05-31 23:00:59 -04:00
eb1d17407e Update clap version and cleanup some new warnings 2021-12-30 18:57:24 -05:00
07120d141f Add the ability to specify environment variables. 2017-04-01 15:10:43 -05:00
3991f03161 Ergonomic output. print the command that is running.
This is so that if the command to execute doesn't have output
you will at least see that it tried to execute.
2017-02-06 20:17:00 -06:00
805d547f2d Handle the PoisonError case somewhat gracefully. 2017-02-02 21:10:09 -06:00
3641b1b238 Normalizing formatting with cargo fmt 2017-02-02 19:23:01 -06:00
ff1fa0262a Cleanups.
* The RwLock was overkill we only needed a lock.
* Add some documentation.
* Remove some debug println! statements.
2017-01-29 17:39:14 -06:00
4513694f25 Initial Commit. 2017-01-29 16:39:48 -06:00