yannoff/console

Command: Write methods should stick to POSIX echo behavior

Closed this issue · 0 comments

Allow argument-less invocation for write methods, such as for the POSIX echo command.

Solution: Modify the following method so that they can be called without text:

  • Command::errorln()
  • Command::writeln()