Adds to this command container an option which expect a pair of string value.
public static TCommand Add<TCommand>(this TCommand command, string prototype, Action<string, string?> action)
where TCommand : CommandContainer
The command to add the action to.
The prototype of the option. E.g "v|version".
The associated action