Removing warnings in pijul::commands::git
Dependencies
- [2]
PIQCNEEBUpgrading to Clap 3.0.0-alpha.5 - [3]
GUL4M5FICleanup and formatting - [4]
GBLM3JLRFix options of git subcommand - [5]
SXEYMYF7Fixing the bad changes in history (unfortunately, by rebooting). - [6]
KWAMD2KRA few fixes in the documentation comments
Change contents
- replacement in pijul/src/commands/git.rs at line 3
use clap::{ArgSettings, Parser};use clap::Parser; - replacement in pijul/src/commands/git.rs at line 20
#[clap(long = "stats", setting = ArgSettings::Hidden)]#[clap(long = "stats", hide = true)] - replacement in pijul/src/commands/git.rs at line 23
#[clap(default_value = "0", setting = ArgSettings::Hidden)]#[clap(default_value = "0", hide = true)]