remove outdated $ echo example from help (#463)

This commit is contained in:
Olcan 2025-05-21 07:52:49 -07:00 committed by GitHub
parent cd13c5881b
commit 2080af029b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 7 deletions

View File

@ -46,12 +46,5 @@ export const Help: React.FC<Help> = ({ commands }) => (
</Text>
shell command
</Text>
<Text color={Colors.SubtleComment}>
<Text bold color={Colors.AccentPurple}>
{' '}
${' '}
</Text>
echo hello world
</Text>
</Box>
);