clean

package
v1.509.25 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 28, 2024 License: Apache-2.0 Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Clean

type Clean struct {
	ioutils.Streams

	Filesystem filesystem.Filesystem
	// contains filtered or unexported fields
}

Clean represents the aspect clean command.

func New

func New(
	streams ioutils.Streams,
	bzl bazel.Bazel) *Clean

New creates a Clean command.

func NewDefault

func NewDefault(streams ioutils.Streams, bzl bazel.Bazel) *Clean

func (*Clean) Run

func (runner *Clean) Run(ctx context.Context, cmd *cobra.Command, args []string) error

Run runs the aspect build command.

type PromptRunner

type PromptRunner interface {
	Run() (string, error)
}

type SelectRunner

type SelectRunner interface {
	Run() (int, string, error)
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL