C# Class clipr.PromptIfValueMissing

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

Méthodes publiques

Méthode Description
PromptIfValueMissing ( ) : System

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

Private Methods

Méthode Description
InsecureMaskedPrompt ( string forArgument ) : string
Prompt ( string forArgument ) : string
PromptNoMask ( string forArgument ) : string

Method Details

PromptIfValueMissing() public méthode

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