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

UsageAstBuilder

Union Cases

Union CaseDescription
Ano(title,o')
Signature: string * SafeOptions
Arg(name')
Signature: string
Cmd(cmd')
Signature: string
Ell(ast')
Signature: UsageAstCell
Eps
Signature:
Lop(o')
Signature: SafeOption
Req(ast')
Signature: UsageAstCell
Sdh
Signature:
Seq(asts')
Signature: UsageAstCell list
Sop(o')
Signature: SafeOptions
Sqb(ast')
Signature: UsageAstCell
Xor(l',r')
Signature: UsageAstCell * UsageAstCell
XorEmpty
Signature:

Instance members

Instance memberDescription
x.UsageTag
Signature: Tag

Static members

Static memberDescription
UsageAstBuilder.ToCell(x)
Signature: x:UsageAstBuilder -> UsageAstCell