Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Options ¶
type Options struct {
Overwrite bool
Force bool
PromptOverwriteAll PromptOverwriteAllFunc
PromptOverwrite PromptOverwriteFunc
PromptDeleteUnknownAll PromptDeleteUnknownAllFunc
PromptDeleteUnknown PromptDeleteUnknownFunc
PinVersion string
}
Options controls installer behavior.
type PromptDeleteUnknownAllFunc ¶ added in v0.5.4
PromptDeleteUnknownAllFunc asks whether to delete all unknown paths.
type PromptDeleteUnknownFunc ¶ added in v0.5.4
PromptDeleteUnknownFunc asks whether to delete a specific unknown path.
type PromptOverwriteAllFunc ¶ added in v0.5.4
PromptOverwriteAllFunc asks whether to overwrite all managed files.
type PromptOverwriteFunc ¶
PromptOverwriteFunc asks whether to overwrite a given path.
Click to show internal directories.
Click to hide internal directories.