We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 993e915 commit fcc2eceCopy full SHA for fcc2ece
CHANGELOG.md
@@ -1,10 +1,8 @@
1
# Unreleased
2
3
-## Added
4
-
5
## Fixed
6
7
-## Changed
+- Honor aliases both from `deps.local.edn` and CLI args
8
9
# 0.39.171-alpha (2025-02-25 / 0731c0a)
10
src/lambdaisland/launchpad.clj
@@ -615,7 +615,7 @@
615
pre-steps
616
post-steps] :as ctx}]
617
(let [ctx (process-steps
618
- (assoc ctx :aliases (map keyword (::cli/argv ctx)))
+ (update ctx :aliases concat (map keyword (::cli/argv ctx)))
619
(or steps
620
(concat
621
start-steps
0 commit comments