Update unexport.go
Signed-off-by: Hadi Chokr <hadichokr@icloud.com>
This commit is contained in:
parent
95e0bf2e31
commit
3054161c87
|
|
@ -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)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue