Skip to content

Commit 8a515f3

Browse files
committed
missing branch
1 parent 44c4559 commit 8a515f3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/lambdaisland/cli.clj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,8 @@
244244
(map (fn [[flagstr flagopts]]
245245
(let [flagopts (if (var? flagopts)
246246
{:doc (:doc (meta flagopts))
247-
:handler flagopts})]
247+
:handler flagopts}
248+
flagopts)]
248249
[flagstr (parse-flagstr flagstr (if (string? flagopts) {:doc flagopts} flagopts))]))
249250
(coerce-to-pairs flagstrs))))
250251

0 commit comments

Comments
 (0)