WithAssumeTerm is used for testing purposes to simulate a terminal.
(assumeTerm bool)
| 417 | |
| 418 | // WithAssumeTerm is used for testing purposes to simulate a terminal. |
| 419 | func WithAssumeTerm(assumeTerm bool) ExecutorOption { |
| 420 | return &assumeTermOption{assumeTerm} |
| 421 | } |
| 422 | |
| 423 | type assumeTermOption struct { |
| 424 | assumeTerm bool |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…