We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 975d5ea commit 593806eCopy full SHA for 593806e
1 file changed
bin/proj
@@ -4,10 +4,11 @@
4
(:require [lioss.main :as lioss]))
5
6
(lioss/main
7
- {:license :mpl
8
- :inception-year 2024
9
- :description "Command line parser with good subcommand and help handling"
10
- :group-id "com.lambdaisland"})
+ {:license :mpl
+ :inception-year 2024
+ :description "Command line parser with good subcommand and help handling"
+ :version-qualifier "alpha"
11
+ :group-id "com.lambdaisland"})
12
13
;; Local Variables:
14
;; mode:clojure
0 commit comments