mirror of
https://github.com/clap-rs/clap
synced 2024-11-15 00:57:15 +00:00
Revert "fix(style): fix code format warning"
This reverts commit a4a4d4c307
.
This commit is contained in:
parent
9eaae979e4
commit
7f8f5ccc9a
1 changed files with 2 additions and 1 deletions
|
@ -2485,7 +2485,8 @@ impl<'help> App<'help> {
|
|||
{
|
||||
debug!("App::_check_help_and_version: Building help subcommand");
|
||||
self.subcommands.push(
|
||||
App::new("help").about("Print this message or the help of the given subcommand(s)"),
|
||||
App::new("help")
|
||||
.about("Print this message or the help of the given subcommand(s)"),
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue