We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 955f004 commit 0731c0aCopy full SHA for 0731c0a
CHANGELOG.md
@@ -1,10 +1,8 @@
1
# Unreleased
2
3
-## Added
4
-
5
## Fixed
6
7
-## Changed
+- Bring back passing in aliases at the command line
8
9
# 0.38.168-alpha (2025-02-25 / 6f20908)
10
src/lambdaisland/launchpad.clj
@@ -615,7 +615,7 @@
615
pre-steps
616
post-steps] :as ctx}]
617
(let [ctx (process-steps
618
- ctx
+ (assoc ctx :aliases (map keyword (::cli/argv ctx)))
619
(or steps
620
(concat
621
start-steps
0 commit comments