You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pkg/app/master/command/build/flags.go
+12-12Lines changed: 12 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -34,39 +34,39 @@ const (
34
34
FlagIncludeExeFile="include-exe-file"
35
35
FlagIncludeShell="include-shell"
36
36
37
-
FlagIncludeDirBins="include-dir-bins"
37
+
FlagIncludeDirBins="include-dir-bins"
38
38
FlagIncludeDirBinsUsage="Keep binaries in the target directory (executables or shared objects) and their dependencies, which could be in other locations"
39
39
40
-
FlagIncludeWorkdir="include-workdir"
40
+
FlagIncludeWorkdir="include-workdir"
41
41
FlagIncludeWorkdirUsage="Keep files in working directory"
42
42
43
43
//TBD
44
44
FlagWorkdirExclude="workdir-exclude"
45
45
FlagWorkdirExcludeUsage="Exclude filter for artifacts when working directory is included"
0 commit comments