Skip to content

Commit b1e6b77

Browse files
committed
Move --debug flag after the subcommand
1 parent 474906d commit b1e6b77

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Sources/ContainerCommands/System/SystemStart.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,12 @@ extension Application {
6262

6363
var args = [executableUrl.absolutePath()]
6464

65+
args.append("start")
66+
6567
if logOptions.debug {
6668
args.append("--debug")
6769
}
6870

69-
args.append("start")
7071
let apiServerDataUrl = appRoot.appending(path: "apiserver")
7172
try! FileManager.default.createDirectory(at: apiServerDataUrl, withIntermediateDirectories: true)
7273

0 commit comments

Comments
 (0)