Documentation
¶
Index ¶
Constants ¶
View Source
const ( OutputNone = "none" OutputText = "text" OutputMarkdown = "markdown" OutputJson = "json" BudgetLow = "low" BudgetNormal = "normal" BudgetUnlimited = "unlimited" LangAuto = "auto" LangEnglish = "en" LangJapanese = "ja" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CommonOpts ¶
type CommonOpts struct {
// Automatically open the artifact folder, after successful execution
AutoOpen bool
// Limit bandwidth to downloading/uploading contents
BandwidthKb int
// Set concurrency of worker execution
Concurrency int
// Enable debug mode
Debug bool
// Enable verbose mode
Verbose bool
// Enable experiments
Experiment string
// Language
Lang mo_string.SelectString
// Memory budget
BudgetMemory mo_string.SelectString
// Storage budget
BudgetStorage mo_string.SelectString
// Set output format
Output mo_string.SelectString
// Explicitly set proxy the hostname and the port number
Proxy mo_string.OptionalString
// Quiet mode
Quiet bool
// Do not store token in the file
Secure bool
// Extra parameters
Extra mo_string.OptionalString
// Specify workspace path
Workspace mo_string.OptionalString
// contains filtered or unexported fields
}
func Default ¶
func Default() CommonOpts
func (*CommonOpts) ExtraOpts ¶
func (z *CommonOpts) ExtraOpts() ExtraOpts
func (*CommonOpts) Preset ¶
func (z *CommonOpts) Preset()
Click to show internal directories.
Click to hide internal directories.