We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6dff7fd commit cb19704Copy full SHA for cb19704
2 files changed
CHANGELOG.md
@@ -1,10 +1,8 @@
1
# Unreleased
2
3
-## Added
4
-
5
## Fixed
6
7
-## Changed
+- Remove debug call
8
9
# 0.6.30 (2024-02-27 / c9696a0)
10
@@ -81,4 +79,4 @@ approaching the envisioned scope for this library.
81
79
82
80
- subcommand handling
83
- rudimentary flag handling
84
-- help text generation
+- help text generation
src/lambdaisland/cli.clj
@@ -102,7 +102,6 @@
102
(assoc flags (:key flagspec) (:value flagspec)))
103
flagspec))
104
([flags flagspec & args]
105
- (prn flags flagspec args)
106
(add-middleware
107
(if-let [handler (:handler flagspec)]
108
(apply call-handler handler flags args)
0 commit comments