Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Prune ¶
type Prune struct { Name string `long:"name" short:"n" usage:"Specify the package name that has to be pruned" default:""` All bool `long:"all" short:"a" usage:"Prunes all the packages available on the host machine"` NoManifestPackage bool `long:"no-manifest-package" usage:"Prevent package manager from pruning manifest packages"` NoOCIPackage bool `long:"no-oci-package" usage:"Prevent package manager from pruning oci packages"` }
Click to show internal directories.
Click to hide internal directories.