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

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

v5.fake.build

UsageAstBuilder Type

Union cases

Union case Description

Ano(title, o')

Full Usage: Ano(title, o')

Parameters:
title : string
o' : SafeOptions

Arg name'

Full Usage: Arg name'

Parameters:
    name' : string

name' : string

Cmd cmd'

Full Usage: Cmd cmd'

Parameters:
    cmd' : string

cmd' : string

Ell ast'

Full Usage: Ell ast'

Parameters:
ast' : UsageAstCell

Eps

Full Usage: Eps

Lop o'

Full Usage: Lop o'

Parameters:
o' : SafeOption

Req ast'

Full Usage: Req ast'

Parameters:
ast' : UsageAstCell

Sdh

Full Usage: Sdh

Seq asts'

Full Usage: Seq asts'

Parameters:
asts' : UsageAstCell list

Sop o'

Full Usage: Sop o'

Parameters:
o' : SafeOptions

Sqb ast'

Full Usage: Sqb ast'

Parameters:
ast' : UsageAstCell

Xor(l', r')

Full Usage: Xor(l', r')

Parameters:
l' : UsageAstCell
r' : UsageAstCell

XorEmpty

Full Usage: XorEmpty

Instance members

Instance member Description

this.UsageTag

Full Usage: this.UsageTag

Returns: Tag
Returns: Tag

Static members

Static member Description

UsageAstBuilder.ToCell(x)

Full Usage: UsageAstBuilder.ToCell(x)

Parameters:
Returns: UsageAstCell
x : UsageAstBuilder
Returns: UsageAstCell