An option that shows the version of the command.
public class VersionOption(string? version = null, string prototype = "v|version", string help = "Show the version of this command") : Option, ICommandNodeDescriptor
kind:method, kind:property, kind:ctor. Press Esc to clear.VersionOption(String?, String, String)An option that shows the version of the command.VersionGets the version to display.GetDefaultVersion()Gets the default version from the entry assembly.OnParseComplete(OptionContext)Called when the parsing is complete.