FAKE - F# Make - A DSL for build tasks and more FAKE
6.1.3

Lookig for older versions of the documentation, pre FAKE v6? See 

v5.fake.build

UsageParser Type

Constructors

Constructor Description

UsageParser(usageStrings', sections)

Full Usage: UsageParser(usageStrings', sections)

Parameters:
    usageStrings' : string array
    sections : (string * SafeOptions) list

Returns: UsageParser
usageStrings' : string array
sections : (string * SafeOptions) list
Returns: UsageParser

Instance members

Instance member Description

this.Asts

Full Usage: this.Asts

Returns: UsageAst array
Returns: UsageAst array

this.ParseCommandLine

Full Usage: this.ParseCommandLine

Parameters:
    argv : string array

Returns: DocoptMap
argv : string array
Returns: DocoptMap