Documentation ¶
Index ¶
Constants ¶
View Source
const ( ReclaimOption = "Reclaim disk space for this workspace (same as bazel clean)" ReclaimAllOption = "Reclaim disk space for all Bazel workspaces" NonIncrementalOption = "Prepare to perform a non-incremental build" InvalidateReposOption = "Invalidate all repository rules, causing them to recreate external repos" WorkaroundOption = "Workaround inconsistent state in the output tree" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Clean ¶
type Clean struct { ioutils.Streams Behavior SelectRunner Workaround PromptRunner Remember PromptRunner Prefs viper.Viper Expunge bool ExpungeAsync bool Filesystem filesystem.Filesystem // contains filtered or unexported fields }
Clean represents the aspect clean command.
func NewDefault ¶
type PromptRunner ¶
type SelectRunner ¶
Click to show internal directories.
Click to hide internal directories.