Skip to content

Commit 2bbcbbd

Browse files
Make --user optional
1 parent 8a55de2 commit 2bbcbbd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/prompts.clj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -432,8 +432,8 @@
432432
(s/def ::thread-id string?)
433433
(s/def ::save-thread-volume boolean?)
434434
(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]))
435+
(s/def ::run-args (s/keys :req-un [::platform ::prompts ::host-dir]
436+
:opt-un [::offline ::thread-id ::save-thread-volume ::user ::jwt ::url]))
437437

438438
(defn validate [k]
439439
(fn [opts]

0 commit comments

Comments
 (0)