(shell: boolean)
| 113 | } |
| 114 | |
| 115 | function emptyPrompt(shell: boolean): RunPrompt { |
| 116 | return shell ? { text: "", parts: [], mode: "shell" } : { text: "", parts: [] } |
| 117 | } |
| 118 | |
| 119 | function removeLineRange(input: string) { |
| 120 | const hash = input.lastIndexOf("#") |
no outgoing calls
no test coverage detected