diff options
| author | Devansh Sharma <[email protected]> | 2025-07-06 17:48:29 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-07-06 15:48:29 +0000 |
| commit | 39d4095a4c0f3478235aa0c80c94586b9e2662c2 (patch) | |
| tree | 96010b81880742fd6d401df9700bb9c18e6cb7b4 /packages/cli/src/ui/components/Help.tsx | |
| parent | 39e8509452b359774cc363a7e98810e48ec516a4 (diff) | |
feat: YOLO mode shorctut displayed inside /help (#3367)
Diffstat (limited to 'packages/cli/src/ui/components/Help.tsx')
| -rw-r--r-- | packages/cli/src/ui/components/Help.tsx | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/packages/cli/src/ui/components/Help.tsx b/packages/cli/src/ui/components/Help.tsx index eb119e14..3a3d7bd1 100644 --- a/packages/cli/src/ui/components/Help.tsx +++ b/packages/cli/src/ui/components/Help.tsx @@ -123,6 +123,12 @@ export const Help: React.FC<Help> = ({ commands }) => ( </Text> <Text color={Colors.Foreground}> <Text bold color={Colors.AccentPurple}> + Ctrl+Y + </Text>{' '} + - Toggle YOLO mode + </Text> + <Text color={Colors.Foreground}> + <Text bold color={Colors.AccentPurple}> Esc </Text>{' '} - Cancel operation |
