Adds the specified argument source to this command container.
public static TCommand Add<TCommand>(this TCommand command, ArgumentSource source)
where TCommand : CommandContainer
The command to add the action to.
The argument source providing arguments.