mirror of
https://github.com/clap-rs/clap
synced 2024-11-10 23:04:23 +00:00
fix: fixes issue where before_help wasn't printed
This commit is contained in:
parent
c8cc87ac10
commit
330e5edf04
1 changed files with 1 additions and 1 deletions
|
@ -543,7 +543,7 @@ impl<'a> Help<'a> {
|
|||
|
||||
/// Writes help for subcommands of a Parser Object to the wrapped stream.
|
||||
fn write_subcommands(&mut self, parser: &Parser) -> io::Result<()> {
|
||||
debugln!("exec=write_subcommands;");
|
||||
debugln!("exec=write_subcommands;");
|
||||
let mut longest = 0;
|
||||
|
||||
let mut ord_m = VecMap::new();
|
||||
|
|
Loading…
Reference in a new issue