Argsparse
Loading...
Searching...
No Matches
Argparse.IArgument< C > Interface Template Reference
Inheritance diagram for Argparse.IArgument< C >:
Argparse.Argument< C, V >

Properties

string Description [get]
 Description of the argument as it should appear in help write-up.
 
string ValuePlaceholder [get]
 Value placeholder will be used in synopsis and appear in help write-up, e.g. program [options] <value-placeholder> ... value-placeholder Description of the argument.
 
ArgumentMultiplicity Multiplicity [get]
 Codifies information about what number or range of numbers of parts for this argument is to be expected.
 

Property Documentation

◆ Description

string Argparse.IArgument< C >.Description
get

Description of the argument as it should appear in help write-up.

Implemented in Argparse.Argument< C, V >.

◆ Multiplicity

ArgumentMultiplicity Argparse.IArgument< C >.Multiplicity
get

Codifies information about what number or range of numbers of parts for this argument is to be expected.

Defaults to ArgumentMultiplicity.SpecificCount with ArgumentMultiplicity.SpecificCount.Number set to 1 and ArgumentMultiplicity.SpecificCount.IsRequired set to true.

Only one AllThatFollow argument is allowed per parser. Only one non-required argument is allowed per parser. Do not mix non-required SpecificCount arguments with AllThatFollow

Implemented in Argparse.Argument< C, V >.

◆ ValuePlaceholder

string Argparse.IArgument< C >.ValuePlaceholder
get

Value placeholder will be used in synopsis and appear in help write-up, e.g. program [options] <value-placeholder> ... value-placeholder Description of the argument.

Implemented in Argparse.Argument< C, V >.


The documentation for this interface was generated from the following file: