Indent subcommands in help output (#3703)
This commit is contained in:
parent
bf508bfd77
commit
870797c16c
|
@ -78,8 +78,8 @@ export const Help: React.FC<Help> = ({ commands }) => (
|
|||
{command.subCommands &&
|
||||
command.subCommands.map((subCommand) => (
|
||||
<Text key={subCommand.name} color={Colors.Foreground}>
|
||||
<Text> </Text>
|
||||
<Text bold color={Colors.AccentPurple}>
|
||||
{' '}
|
||||
{subCommand.name}
|
||||
</Text>
|
||||
{subCommand.description && ' - ' + subCommand.description}
|
||||
|
|
Loading…
Reference in New Issue