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

UserInput Module

Contains tasks for capturing user input

Example


 UserInput.getUserInput prompt

Functions and values

Function or value Description

UserInput.getUserInput prompt

Full Usage: UserInput.getUserInput prompt

Parameters:
    prompt : string - Text to display as a prompt

Returns: string

Get plain text input from user

prompt : string

Text to display as a prompt

Returns: string

UserInput.getUserPassword prompt

Full Usage: UserInput.getUserPassword prompt

Parameters:
    prompt : string - Text to display as a prompt

Returns: string

Get masked input from user - Display asterisks (*) as user type

prompt : string

Text to display as a prompt

Returns: string