use yml
This commit is contained in:
parent
8919466f13
commit
f67df7200d
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
(:require
|
(:require
|
||||||
[clojure.spec.alpha :as s]
|
[clojure.spec.alpha :as s]
|
||||||
[clojure.string :as cs]
|
[clojure.string :as cs]
|
||||||
;;[dda.k8s-mastodon-bot.yaml :as yaml]
|
[dda.k8s-mastodon-bot.yaml :as yaml]
|
||||||
))
|
))
|
||||||
|
|
||||||
(s/def ::options (s/* #{"-h"}))
|
(s/def ::options (s/* #{"-h"}))
|
||||||
|
@ -17,5 +17,5 @@
|
||||||
(do (s/explain ::args args)
|
(do (s/explain ::args args)
|
||||||
)
|
)
|
||||||
(let [{:keys [options config-location]} parsed-args]
|
(let [{:keys [options config-location]} parsed-args]
|
||||||
"hallowelt"
|
(yaml/from-string "hallo: welt")
|
||||||
))))
|
))))
|
||||||
|
|
Loading…
Reference in a new issue