Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetUpdateCallback ¶
func GetUpdateCallback() func()
GetUpdateCallback returns a callback function that updates aix
Types ¶
type Options ¶
type Options struct {
OpenaiApiKey string `yaml:"openai_api_key"`
Prompt string `yaml:"prompt"`
Gpt3 bool `yaml:"gpt3"`
Gpt4 bool `yaml:"gpt4"`
Update bool `yaml:"update"`
DisableUpdateCheck bool `yaml:"disable_update_check"`
Output string `yaml:"output"`
Jsonl bool `yaml:"jsonl"`
Verbose bool `yaml:"verbose"`
Silent bool `yaml:"silent"`
NoColor bool `yaml:"no_color"`
Version bool `yaml:"version"`
}
Options contains the configuration options for tuning the enumeration process.
func ParseOptions ¶
func ParseOptions() *Options
ParseOptions parses the command line flags provided by a user
Click to show internal directories.
Click to hide internal directories.