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")
The version to display. Default will extract the version from the entry point assembly.
The prototype for this option. Default is "v|version".
The help for this option.