Closed gfx closed 7 years ago
In UNIX convention, - means STDIN, and it is sometimes useful, e.g. use in other toolchains via pipelines (x foo.haml | preprocessor | hamlit compile -).
-
x foo.haml | preprocessor | hamlit compile -
I like this idea :+1: Thank you!
In UNIX convention,
-
means STDIN, and it is sometimes useful, e.g. use in other toolchains via pipelines (x foo.haml | preprocessor | hamlit compile -
).