Better clap attributes
[?]
Dec 1, 2020, 2:28 AM
FMKKWCFVK5CPPP55T4VMCHSFPZ47EBK6V7D4MJ5BH55TP4UBOZXACDependencies
- [2]
I52XSRUHMassive cleanup, and simplification - [3]
UTDZKZGPinfer subcommands - [4]
SXEYMYF7Fixing the bad changes in history (unfortunately, by rebooting). - [5]
Q4SVMHAERemoving --channel from the changes command - [6]
L4JXJHWXpijul/*: reorganize imports and remove extern crate
Change contents
- replacement in pijul/src/main.rs at line 10
use clap::{crate_authors, crate_version, AppSettings, Clap};use clap::{AppSettings, Clap}; - replacement in pijul/src/main.rs at line 22
version = crate_version!(),author = crate_authors!(),setting(AppSettings::ColoredHelp),setting(AppSettings::InferSubcommands),version,author,global_setting(AppSettings::ColoredHelp),setting(AppSettings::InferSubcommands) - replacement in pijul/src/commands/channel.rs at line 5
use clap::{AppSettings, Clap};use clap::Clap; - edit in pijul/src/commands/channel.rs at line 9
#[clap(setting(AppSettings::ColoredHelp))]