Documentation
¶
Overview ¶
nolint:gochecknoglobals
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var CacheArgs = map[string]string{
"COMPILATION_CACHE_ENABLE_PLUGIN": "YES",
"COMPILATION_CACHE_ENABLE_DIAGNOSTIC_REMARKS": "YES",
"COMPILATION_CACHE_ENABLE_INTEGRATED_QUERIES": "YES",
"COMPILATION_CACHE_ENABLE_DETACHED_KEY_QUERIES": "YES",
"SWIFT_ENABLE_COMPILE_CACHE": "YES",
"SWIFT_ENABLE_EXPLICIT_MODULES": "YES",
"SWIFT_USE_INTEGRATED_DRIVER": "YES",
"CLANG_ENABLE_COMPILE_CACHE": "YES",
"CLANG_ENABLE_MODULES": "YES",
}
Functions ¶
This section is empty.
Types ¶
type Default ¶
type Default struct {
Cmds []*cobra.Command
OriginalArgs []string
// contains filtered or unexported fields
}
func NewDefault ¶
func (Default) ShortCommand ¶
type DefaultRunner ¶
type DefaultRunner struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.