eclipse-archived / ceylon.formatter

A formatter for the Ceylon programming language, written in Ceylon.
Apache License 2.0
14 stars 11 forks source link

Remove implicit pipe mode #148

Open lucaswerkmeister opened 6 years ago

lucaswerkmeister commented 6 years ago

The 1.3.2 release notes say that implicit pipe mode will be removed in the next major release. If the next release is indeed 1.4.0, as seems likely, don’t forget to actually remove support for it :)

The new behavior for ceylon format # no arguments should probably be a short help, or perhaps even the full --help.

(The implicit --pipe is added in run.ceylon, commandLineFiles.)