* Get the setup script for this shell type * @param startMarker The start marker for command tracking * @param endMarker The end marker for command tracking
(startMarker: string, endMarker: string)
| 16 | * @param endMarker The end marker for command tracking |
| 17 | */ |
| 18 | getSetupScript(startMarker: string, endMarker: string): string; |
| 19 | |
| 20 | /** |
| 21 | * Get the command prefix for this shell type |
no outgoing calls
no test coverage detected