t method

Implementation

LinioInlineBuilder t(String tag) {
  params.add('-t $tag');
  return this;
}