(nonInteractive bool)
| 834 | } |
| 835 | |
| 836 | func WithNonInteractive(nonInteractive bool) Opt { |
| 837 | return func(s *Session) { |
| 838 | s.NonInteractive = nonInteractive |
| 839 | } |
| 840 | } |
| 841 | |
| 842 | func WithHideToolResults(hideToolResults bool) Opt { |
| 843 | return func(s *Session) { |
no outgoing calls