Note: This is the migration API reference for FAKE 5. The new (modularized) API documentation can be found
here.
If the API is already migrated you can check here if exists in a module.
More information regarding the migration can be found here
UsageAstBuilder
Union Cases
| Union Case | Description |
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 member | Description |
x.UsageTag
Signature: Tag
|
Static members
| Static member | Description |
UsageAstBuilder.ToCell(x)
Signature: x:UsageAstBuilder -> UsageAstCell
|