Adds the remainder positional argument (<>) to this command container.
All remaining arguments are passed unprocessed to the command action.
public static TCommand Add<TCommand>(this TCommand command, string prototype, string? description)
where TCommand : CommandContainer
The command container.
Must be "<>".
The help description for this remainder argument.