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

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>
);