FAKE - F# Make


UserInputHelper

This module contains functions which allow to interactively input values

Functions and values

Function or valueDescription
getUserInput prompt
Signature: prompt:string -> string

Return a string entered by the user followed by enter. The input is echoed to the screen.

getUserPassword prompt
Signature: prompt:string -> string

Return a string entered by the user followed by enter. The input is replaced by '*' on the screen.

Fork me on GitHub