C# Class PowerArgs.PromptIfEmpty

Inheritance: PowerArgs.ArgHook, ICommandLineArgumentMetadata
Datei anzeigen Open project: adamabdelhamed/PowerArgs

Public Methods

Method Description
BeforePopulateProperty ( PowerArgs.ArgHook context ) : void

Prompts the user to enter a value for the given property in the case that the option was specified with no value

Method Details

BeforePopulateProperty() public method

Prompts the user to enter a value for the given property in the case that the option was specified with no value
public BeforePopulateProperty ( PowerArgs.ArgHook context ) : void
context PowerArgs.ArgHook the parser context
return void