diff options
| author | Olcan <[email protected]> | 2025-05-21 07:52:49 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-05-21 07:52:49 -0700 |
| commit | 2080af029b3b566bb1a59b59cd87a7f054bcd923 (patch) | |
| tree | ed1033b4b2b84694e17adc2fe18d69f8a53ceec3 /packages/cli/src | |
| parent | cd13c5881b7cb60c0fca9e674c0344815ca0070d (diff) | |
remove outdated $ echo example from help (#463)
Diffstat (limited to 'packages/cli/src')
| -rw-r--r-- | packages/cli/src/ui/components/Help.tsx | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/packages/cli/src/ui/components/Help.tsx b/packages/cli/src/ui/components/Help.tsx index adc49cec..74d03573 100644 --- a/packages/cli/src/ui/components/Help.tsx +++ b/packages/cli/src/ui/components/Help.tsx @@ -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> ); |
