• Retrieve input form the CLI

    Parameters

    • prompt: string

      Prepend a prompt before the cursor carrot

    • hide: boolean = false

      Hide user input (replacing with stars)

    Returns Promise<string>

    User input