Note: This API documentation is for FAKE version 4. The migration API documentation can be found
here. The API documentation for the new fake 5 modules can be found
here
UserInputHelper
This module contains functions which allow to interactively input values
Functions and values
Function or value | Description |
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. |