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
-
Currently,
scala-cli
formats the current directory when no inputs are given. This stick to the scalafmt defaults but breaks pattern known from other commands (likerun
orcompile
) when inputs are always needed.Should we add
.
by default tofmt
command (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