We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a55de2 commit 2bbcbbdCopy full SHA for 2bbcbbd
src/prompts.clj
@@ -432,8 +432,8 @@
432
(s/def ::thread-id string?)
433
(s/def ::save-thread-volume boolean?)
434
(s/def ::url string?)
435
-(s/def ::run-args (s/keys :req-un [::platform ::user ::prompts ::host-dir]
436
- :opt-un [::offline ::thread-id ::save-thread-volume ::jwt ::url]))
+(s/def ::run-args (s/keys :req-un [::platform ::prompts ::host-dir]
+ :opt-un [::offline ::thread-id ::save-thread-volume ::user ::jwt ::url]))
437
438
(defn validate [k]
439
(fn [opts]
0 commit comments