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. 
         |