This is part of the Fake.Core.CommandLineParsing module.

UsageParser

Constructors

ConstructorDescription
new(usageStrings', sections)
Signature: (usageStrings':string array * sections:(string * SafeOptions) list) -> UsageParser

Instance members

Instance memberDescription
x.Asts
Signature: UsageAst []
x.ParseCommandLine(argv)
Signature: (argv:string array) -> DocoptMap