mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-19 02:20:42 -07:00
22 lines
2.7 KiB
Plaintext
22 lines
2.7 KiB
Plaintext
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
|
|
|
|
exports[`ShellConfirmationDialog > renders correctly 1`] = `
|
|
" ╭──────────────────────────────────────────────────────────────────────────────────────────────────╮
|
|
│ │
|
|
│ Shell Command Execution │
|
|
│ A custom command wants to run the following shell commands: │
|
|
│ │
|
|
│ ╭──────────────────────────────────────────────────────────────────────────────────────────────╮ │
|
|
│ │ ls -la │ │
|
|
│ │ echo "hello" │ │
|
|
│ ╰──────────────────────────────────────────────────────────────────────────────────────────────╯ │
|
|
│ │
|
|
│ Do you want to proceed? │
|
|
│ │
|
|
│ ● 1. Yes, allow once │
|
|
│ 2. Yes, allow always for this session │
|
|
│ 3. No (esc) │
|
|
│ │
|
|
╰──────────────────────────────────────────────────────────────────────────────────────────────────╯"
|
|
`;
|