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 d913d44981
commit f220111d19
-7
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>
);