Enable to choose cli
or clojure
on Clojure CLI project
#179
Labels
enhancement
New feature or request
cli
or clojure
on Clojure CLI project
#179
Current iced command issues a fixed
clj
command when it detects a Clojure CLI project.However, for certain use cases, it is desirable to launch without readline support.
For example, if I want to run rebel-readline in
iced repl
, it will interfere with readline ofclj
command. In this case, it is desirable that the iced command internally issue theclojure
command.The text was updated successfully, but these errors were encountered: