struct

Bai::RequestOptions

Inherits Struct < Value < Object

Options that change how a command-generation request is prompted and rendered.

Constructors

new(explain : Bool = false, json : Bool = false, strict : Bool = false, shell_override : String | Nil = nil)
Source

Instance methods

clone
Source
copy_with(explain _explain = @explain, json _json = @json, strict _strict = @strict, shell_override _shell_override = @shell_override)
Source
explain
json
shell_override
strict