()
| 484 | } |
| 485 | |
| 486 | func (s *IOStreams) ExperimentalPrompterEnabled() bool { |
| 487 | return s.experimentalPrompterEnabled |
| 488 | } |
| 489 | |
| 490 | // SetContentSanitization toggles ANSI escape sanitization on ContentOut. |
| 491 | // Commands should call this with false when an explicit opt-out flag (e.g. |