Update export.go

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

View File

@ -27,6 +27,7 @@ func init() {
exportCmd.Flags().StringVar(&exportBin, "bin", "", "Path or name of binary to export")
exportCmd.Flags().StringVar(&exportApp, "app", "", "Path or name of application to export")
exportCmd.Flags().StringVar(&exportContainer, "container", "", "Name of the toolbox container")
exportCmd.SetHelpFunc(exportHelp)
rootCmd.AddCommand(exportCmd)
}