Pre-alpha release; develop branch splits off here.

This commit is contained in:
Simon Brooke 2023-01-10 01:47:15 +00:00
parent 21a4c23c8f
commit 66da871bb8
5 changed files with 94 additions and 32 deletions

View file

@ -27,7 +27,7 @@
:default :edn
:parse-fn #(keyword %)
:validate [#(#{:csv :edn :html} %) "Expect one of `edn` `csv` `html`"]]
["-l" "--language LANG" "The ISO 639-1 language code for the language to output"
["-l" "--language LANG" "The ISO 639-1 code for the language to output"
:default (-> (locale/get-default) locale/to-language-tag)]
["-s" "--severity LEVEL" "The minimum severity of faults to report"
:default :info