Add single char alias option for --repl-init-script in REPL #24492
Replies: 3 comments 18 replies
-
it shouldn't have to, as REPL options should generally be caught by Scala CLI... but in a rare case where you use a very new REPL option that isn't caught by the Scala CLI launcher you're using (hasn't been added/isn't caught by old, hardcoded stuff), it's a workaround.
I think there's no harm for both |
Beta Was this translation helpful? Give feedback.
-
|
(And --help--full seems like it should do for repl help as well but that's maybe another issue?) |
Beta Was this translation helpful? Give feedback.
-
|
(What about a using-directive that can allow me to import stuff when starting the repl? (sbt can do this) Perhaps I should open a discussion for that as well on scala-cli) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I can never remember if it is --init-repl-script or --init-scrip-repl or --repl-init-script... And it is not obvious that I need to check
--help-replnot--helpor--full-helpIt would be nice to be able to
I also have trouble remembering if the option should go before or after the
--fence, so maybe also allow if that makes sense:Beta Was this translation helpful? Give feedback.
All reactions