Removing warnings in pijul::commands::git

pmeunier
Apr 16, 2022, 8:16 AM
S7MPXAPHFSUUUUDEDGGUHOJXMEPYCWKYEVK4FVWQLRJLXGBQ4MRQC

Dependencies

  • [2] PIQCNEEB Upgrading to Clap 3.0.0-alpha.5
  • [3] GUL4M5FI Cleanup and formatting
  • [4] SXEYMYF7 Fixing the bad changes in history (unfortunately, by rebooting).
  • [5] GBLM3JLR Fix options of git subcommand
  • [6] KWAMD2KR A few fixes in the documentation comments

Change contents

  • replacement in pijul/src/commands/git.rs at line 3
    [3.857][2.1033:1066]()
    use clap::{ArgSettings, Parser};
    [3.857]
    [3.888]
    use clap::Parser;
  • replacement in pijul/src/commands/git.rs at line 20
    [3.1785][3.32:91]()
    #[clap(long = "stats", setting = ArgSettings::Hidden)]
    [3.1785]
    [3.137505]
    #[clap(long = "stats", hide = true)]
  • replacement in pijul/src/commands/git.rs at line 23
    [3.1895][3.92:156]()
    #[clap(default_value = "0", setting = ArgSettings::Hidden)]
    [3.1895]
    [3.137602]
    #[clap(default_value = "0", hide = true)]