We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 832a375 + d317bc3 commit e8e4588Copy full SHA for e8e4588
cli/command/builder/prune.go
@@ -32,13 +32,6 @@ type pruneOptions struct {
32
keepStorage opts.MemBytes
33
}
34
35
-// NewPruneCommand returns a new cobra prune command for images
36
-//
37
-// Deprecated: Do not import commands directly. They will be removed in a future release.
38
-func NewPruneCommand(dockerCli command.Cli) *cobra.Command {
39
- return newPruneCommand(dockerCli)
40
-}
41
-
42
// newPruneCommand returns a new cobra prune command for images
43
func newPruneCommand(dockerCLI command.Cli) *cobra.Command {
44
options := pruneOptions{filter: opts.NewFilterOpt()}
0 commit comments