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