Static Method (Default implementation)swift-argument-parser 1.6.1ArgumentParser
help(for:)
EnumerableFlag.swift:80static func help(for value: Self) -> ArgumentHelp?
static func help(for value: Self) -> ArgumentHelp?
s14ArgumentParser14EnumerableFlagPAAE4help3forAA0A4HelpVSgx_tFZ
What are these?2QGAI
import ArgumentParser
Straightforward, type-safe argument parsing for Swift.
protocol EnumerableFlag : CaseIterable, Equatable
A type that represents the different possible flags to be used by a @Flag
property.
struct ArgumentHelp
Help information for a command-line argument.
static func help(for value: Self) -> ArgumentHelp?
Returns the help information to show for the given flag.
static func name(for value: Self) -> NameSpecification