We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bdef0a commit 9a48139Copy full SHA for 9a48139
1 file changed
README.md
@@ -305,7 +305,7 @@ only `parse-opts` and `summarize` were available.
305
306
(defn validate-args
307
"Validate command line arguments. Either return a map indicating the program
308
- should exit (with a error message, and optional ok status), or a map
+ should exit (with an error message, and optional ok status), or a map
309
indicating the action the program should take and the options provided."
310
[args]
311
(let [{:keys [options arguments errors summary]} (parse-opts args cli-options)]
0 commit comments