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

Fsdocs.WatchCommandParams Type

Fsdocs watch command parameters and options

Record fields

Record Field Description

NoLaunch

Full Usage: NoLaunch

Field type: bool option

Do not launch a browser window.

Field type: bool option

NoServer

Full Usage: NoServer

Field type: bool option

Do not serve content when watching.

Field type: bool option

Open

Full Usage: Open

Field type: string option

URL extension to launch http://localhost:/%s.

Field type: string option

Port

Full Usage: Port

Field type: int option

Port to serve content for http://localhost serving.

Field type: int option

Static members

Static member Description

WatchCommandParams.Default

Full Usage: WatchCommandParams.Default

Returns: WatchCommandParams

Parameter default values.

Returns: WatchCommandParams