newline method

Commander newline()

Implementation

Commander newline() {
  _clauses.add(CommandClause.withNewline());
  return this;
}