CLIPath implements loop.Provider.
()
| 28 | |
| 29 | // CLIPath implements loop.Provider. |
| 30 | func (p *CursorProvider) CLIPath() string { return p.cliPath } |
| 31 | |
| 32 | // LoopCommand implements loop.Provider. |
| 33 | // Prompt is supplied via stdin; Cursor CLI reads it when -p has no argument. |
no outgoing calls