We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9fbc19 commit a6b039fCopy full SHA for a6b039f
Sources/CLI/System/SystemStart.swift
@@ -34,7 +34,9 @@ extension Application {
34
@Flag(name: .long, help: "Enable debug logging for the runtime daemon.")
35
var debug = false
36
37
- @Flag(name: .long, inversion: .prefixedEnableDisable, help: "Specify if the default kernel should be installed or not.")
+ @Flag(
38
+ name: .long, inversion: .prefixedEnableDisable,
39
+ help: "Specify whether the default kernel should be installed or not. The default behavior is to prompt the user for a response.")
40
var kernelInstall: Bool?
41
42
func run() async throws {
0 commit comments