rebel-readline icon indicating copy to clipboard operation
rebel-readline copied to clipboard

`rebel-readline` global as at $HOME/.lein/profiles.clj troubleshooting

Open touxstone opened this issue 4 years ago • 1 comments

Hi, nice people. Would anyone know to tell what I am doing wrong? I'd appreciate it. I got the following script as $HOME/.lein/profiles.clj

{
 :user {:dependencies [[com.bhauman/rebel-readline "0.1.4"]]
        :aliases {"rebl" ["trampoline" "run" "-m" "rebel-readline.main"]}}

 }

but whenever I call it by $ lein rebl I got the following output: (It is not supposed being a global call for rebel-readline helper to repl)? ($ lein repl rather, works as expected)

Couldn't find project.clj, which is needed for [trampoline run -m rebel-readline.main]

touxstone avatar Jul 13 '20 20:07 touxstone

Couldn't find project.clj indicates that you didn't run your lein rebl command inside a Lein project. Did you try that?

vemv avatar Feb 06 '21 04:02 vemv