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 bf3865c commit adcc366Copy full SHA for adcc366
Sources/ArgumentParser/Parsable Types/CommandConfiguration.swift
@@ -47,6 +47,7 @@ public struct CommandConfiguration {
47
/// Flag names to be used for help.
48
public var helpNames: NameSpecification?
49
50
+ /// Control flow when deciding to print help for supercommans
51
public var includeSuperCommandInHelp: Bool?
52
53
/// Creates the configuration for a command.
0 commit comments