scala-cli fmt and other commands defaults
#237
romanowski
started this conversation in
General
Replies: 1 comment
-
|
I guess it is easy to forget the dot after any command. I'd suggest to assume a missing arg means |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Currently,
scala-cliformats the current directory when no inputs are given. This stick to the scalafmt defaults but breaks pattern known from other commands (likerunorcompile) when inputs are always needed.Should we add
.by default tofmtcommand (as we are doing it now) or stick to the pattern known from other commands? Maybe we shouldBeta Was this translation helpful? Give feedback.
All reactions