infer subcommands
[?]
Nov 30, 2020, 12:10 PM
UTDZKZGPHLL2MK5FFP6ANYCX2PZYTKXIQ2RNWBG2WGDJNVYLLWLQCDependencies
- [2]
IXWN5CYPpijul: enable colored help messages - [3]
62XVBWPYremove redundant Clap attributes - [4]
JWTT77WJAdd help on subcommands - [5]
L4JXJHWXpijul/*: reorganize imports and remove extern crate - [6]
SXEYMYF7Fixing the bad changes in history (unfortunately, by rebooting).
Change contents
- replacement in pijul/src/main.rs at line 21
#[clap(version = crate_version!(), author = crate_authors!(), setting(AppSettings::ColoredHelp))]#[clap(version = crate_version!(),author = crate_authors!(),setting(AppSettings::ColoredHelp),setting(AppSettings::InferSubcommands),)] - edit in pijul/src/main.rs at line 41
#[clap(alias = "rec")] - edit in pijul/src/main.rs at line 93
#[clap(alias = "unrec", alias = "un")]