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.
1 parent 2a4f95e commit 01ee80fCopy full SHA for 01ee80f
src/cmd/export.go
@@ -29,15 +29,15 @@ import (
29
)
30
31
var (
32
- exportBin string
33
- exportApp string
+ exportBin string
+ exportApp string
34
exportContainer string
35
36
37
var exportCmd = &cobra.Command{
38
- Use: "export",
39
- Short: "Export binaries or applications from a toolbox container",
40
- RunE: runExport,
+ Use: "export",
+ Short: "Export binaries or applications from a toolbox container",
+ RunE: runExport,
41
ValidArgsFunction: completionContainerNamesFiltered,
42
}
43
0 commit comments