mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-19 09:33:53 +00:00
Indent subcommands in help output (#3703)
This commit is contained in:
committed by
GitHub
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}
|
||||
|
||||
Reference in New Issue
Block a user