Commit graph

13 commits

Author SHA1 Message Date
Kitlith
be20c2afa9 fix(justfile): rustup uses 'component add' instead of 'add component' 2020-06-25 19:43:17 -07:00
Pavan Kumar Sunkara
5ca217e8e8 Moved the meta stuff to wiki 2020-05-01 10:52:04 +02:00
Pavan Kumar Sunkara
49f096dab2 Use workspace.default-members 2020-02-04 09:41:05 +01:00
Pavan Kumar Sunkara
53eb192c3f fix: CI configs 2020-02-01 06:48:50 +01:00
Pavan Kumar Sunkara
c799e8d0ca chore: Updated contributing instructions and justfile 2020-01-31 18:37:56 +01:00
Kevin K
8173d717b1
chore: adds some just recipies for showing errors and tracking todos 2018-01-25 12:20:03 -05:00
Kevin K
fa3876ce36
chore(justfile): sorts the contributors by commits 2017-03-22 20:23:55 -04:00
Kevin K
d0d8622dd6
chore: adds a cleaning recipie 2016-11-20 14:51:08 -05:00
Kevin K
ba7a4e33e1
chore: adds recipies for benchmarks 2016-11-20 14:47:04 -05:00
Kevin K
c0d70febad
feat: allows specifying AllowLeadingHyphen style values, but only for specific args vice command wide
One can now use `Arg::allow_hyphen_values(true)` which will enable `--opt -val` style values only
for the specific arg and not command wide.

Closes #742
2016-11-20 14:47:04 -05:00
Casey Rodarmor
8ceb4048d0 Make update-contributors a quiet recipe
Quiet recipes are prefixed with a `@`, and inside quiet recipes the
usual meaning of `@` is inverted. Only lines starting with `@` are
echoed.
2016-11-13 00:23:04 -08:00
Kevin K
d4740a5978
chore: adds some recipies to the justfile 2016-11-11 15:33:38 -05:00
Kevin K
71e679b3ba
chore: adds a justfile for storing some common commands 2016-11-05 19:58:07 -04:00