C# Class clipr.PromptIfValueMissing

When a value is missing for this argument, prompt for it in the console.
Mostra file Open project: nemec/clipr

Public Methods

Method Description
PromptIfValueMissing ( ) : System

When a value is missing for this argument, prompt for it in the console.

Private Methods

Method Description
InsecureMaskedPrompt ( string forArgument ) : string
Prompt ( string forArgument ) : string
PromptNoMask ( string forArgument ) : string

Method Details

PromptIfValueMissing() public method

When a value is missing for this argument, prompt for it in the console.
public PromptIfValueMissing ( ) : System
return System