mirror of
https://github.com/clap-rs/clap
synced 2025-03-04 23:37:32 +00:00
parent
13c1442a6e
commit
cdcbf1300d
1 changed files with 2 additions and 1 deletions
|
@ -79,7 +79,8 @@ impl<'cmd> Usage<'cmd> {
|
|||
if self.cmd.is_subcommand_negates_reqs_set()
|
||||
|| self.cmd.is_args_conflicts_with_subcommands_set()
|
||||
{
|
||||
styled.none("\n ");
|
||||
styled.none("\n");
|
||||
styled.none(TAB);
|
||||
if self.cmd.is_args_conflicts_with_subcommands_set() {
|
||||
// Short-circuit full usage creation since no args will be relevant
|
||||
styled.literal(name);
|
||||
|
|
Loading…
Add table
Reference in a new issue