Definition at line 31 of file Options.cs.
◆ Bytes
uint? ReadText.Demo.HeadOptions.Bytes |
|
getset |
◆ Examples
IEnumerable<Example> ReadText.Demo.HeadOptions.Examples |
|
staticget |
Definition at line 42 of file Options.cs.
43 {
44 get
45 {
46 yield
return new Example(
"normal scenario",
new HeadOptions {
FileName =
"file.bin"});
50 }
51 }
Models a command line usage example.
Provides settings for when formatting command line from an options instance../>.
static UnParserSettings WithGroupSwitchesOnly()
Factory method that creates an instance of CommandLine.UnParserSettings with GroupSwitches set to tru...
static UnParserSettings WithUseEqualTokenOnly()
Factory method that creates an instance of CommandLine.UnParserSettings with UseEqualToken set to tru...
◆ FileName
string ReadText.Demo.HeadOptions.FileName |
|
getset |
◆ Lines
uint? ReadText.Demo.HeadOptions.Lines |
|
getset |
◆ Quiet
bool ReadText.Demo.HeadOptions.Quiet |
|
getset |
The documentation for this class was generated from the following file:
- deps/commandlineparser/demo/ReadText.Demo/Options.cs