VersionOption(String?, String, String) Constructor

Definition

Assembly XenoAtom.CommandLine.dll

An option that shows the version of the command.

public VersionOption(string? version = null, string prototype = "v|version", string help = "Show the version of this command")

Parameters

version
String

The version to display. Default will extract the version from the entry point assembly.

prototype
String

The prototype for this option. Default is "v|version".

help
String

The help for this option.