Adds a remainder positional argument (<>) to this command container.
All remaining arguments are forwarded to the command action callback.
public static TCommand AddRemainder<TCommand>(this TCommand command, string? description = null)
where TCommand : CommandContainer
The command container.
The help description for this remainder argument.