Update unexport.go

Signed-off-by: Hadi Chokr <hadichokr@icloud.com>
This commit is contained in:
Hadi Chokr 2025-07-12 22:12:09 +02:00
parent 95e0bf2e31
commit 3054161c87
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ func init() {
unexportCmd.Flags().StringVar(&unexportBin, "bin", "", "Name of the exported binary to remove")
unexportCmd.Flags().StringVar(&unexportApp, "app", "", "Name of the exported application to remove")
unexportCmd.Flags().BoolVar(&unexportAll, "all", false, "Remove all exported binaries and applications for the container")
unexportCmd.SetHelpFunc(unexportHelp)
rootCmd.AddCommand(unexportCmd)
}