We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
lein repl :connect
Hi,
I can't get the :greeting-fn to work on lein repl :connect.
:greeting-fn
Inspecting the source, it seems to me that that option is ignored for that specific if branch:
if
leiningen/src/leiningen/repl.clj
Lines 378 to 383 in 3f68a76
...There, opts is only used for obtaining a connection string, otherwise omitted.
opts
wdyt?
Thanks - V
The text was updated successfully, but these errors were encountered:
Yep, looks like an oversight to me.
Sorry, something went wrong.
No branches or pull requests
Hi,
I can't get the
:greeting-fn
to work onlein repl :connect
.Inspecting the source, it seems to me that that option is ignored for that specific
if
branch:leiningen/src/leiningen/repl.clj
Lines 378 to 383 in 3f68a76
...There,
opts
is only used for obtaining a connection string, otherwise omitted.wdyt?
Thanks - V
The text was updated successfully, but these errors were encountered: