We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61b0119 commit da2d75cCopy full SHA for da2d75c
1 file changed
src/lambdaisland/cli.clj
@@ -1,4 +1,8 @@
1
(ns lambdaisland.cli
2
+ "Command line argument parsing and handling
3
+
4
+ With support for subcommands, following UNIX conventions.
5
+ "
6
(:require
7
[clojure.string :as str]
8
[clojure.set :as set]
0 commit comments