Commit Graph

20 Commits

Author SHA1 Message Date
Fletcher Nichol accddf697a Update dependencies.
Signed-off-by: Fletcher Nichol <fnichol@nichol.ca>
2017-11-08 13:19:06 -07:00
Fletcher Nichol 8f4b65acd9 [lint] Update due to Rustfmt 0.9.0.
Signed-off-by: Fletcher Nichol <fnichol@nichol.ca>
2017-11-08 13:19:06 -07:00
Fletcher Nichol 045758db56 Release 0.11.0.
Signed-off-by: Fletcher Nichol <fnichol@nichol.ca>
2016-04-29 19:52:42 -06:00
Fletcher Nichol d9e89ad782 [cli] Use `clap_app!` macro and update version of clap.
Signed-off-by: Fletcher Nichol <fnichol@nichol.ca>
2016-04-29 19:39:55 -06:00
Fletcher Nichol 2a04c0a3f2 [cli] Update dependencies.
Signed-off-by: Fletcher Nichol <fnichol@nichol.ca>
2016-04-29 19:13:02 -06:00
Fletcher Nichol 5d7a18c507 [rustfmt] Updates simply due to current rustfmt.
Signed-off-by: Fletcher Nichol <fnichol@nichol.ca>
2016-04-29 19:12:51 -06:00
Fletcher Nichol 129d6830f8 Fix link in cli/README.md. 2015-11-02 10:12:16 -07:00
Fletcher Nichol 067830f7cc Reformat a few code blocks in cli/README.md. 2015-11-02 09:27:29 -07:00
Fletcher Nichol 6d64ae0561 Add badges to cli/README.md. 2015-11-02 09:25:58 -07:00
Fletcher Nichol 863ecc255b Add README for CLI subproject. 2015-11-02 09:24:49 -07:00
Fletcher Nichol 136d89ec26 Remove `CMD` from Docker image, so it's all business by default! 2015-11-02 09:24:08 -07:00
Fletcher Nichol d890331817 Add `cli/scripts/build_*.sh` scripts to build CLI binaries. 2015-11-01 22:45:55 -07:00
Fletcher Nichol aba273486b Release 0.10.0. 2015-11-01 08:30:50 -07:00
Fletcher Nichol 6d8a563080 [cli] Update dependencies & constrain version of clap. 2015-11-01 08:25:17 -07:00
Fletcher Nichol 938ce9a19d Use `Default` trait for Generator & Name types.
Breaking API: the function formerly known as
`Generator::default(Name::Plain)` has been changed to
`Generator::with_naming(Name::Plain)` as Generator now implements the
Default trait.
2015-11-01 08:14:00 -07:00
Fletcher Nichol 858f336713 Update usage output. 2015-09-27 23:39:21 -06:00
Fletcher Nichol 3bb68078f8 Update cli's clap dependency to 1.4.2. 2015-09-27 23:35:26 -06:00
Fletcher Nichol 971887d2ec Add MIT license. 2015-09-22 10:08:34 -06:00
Fletcher Nichol e65056d86b Update Cargo.toml project definitions. 2015-09-22 09:36:02 -06:00
Fletcher Nichol 9afc4bc2ac Extract cli into a subproject.
The cli binary pulls in more dependencies via clap and is not strictly
necessary in a crate-only context.
2015-09-22 09:15:03 -06:00