Skip to content

Commit

Permalink
Make --user optional
Browse files Browse the repository at this point in the history
  • Loading branch information
slimslenderslacks committed Oct 1, 2024
1 parent 8a55de2 commit 2bbcbbd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/prompts.clj
Original file line number Diff line number Diff line change
Expand Up @@ -432,8 +432,8 @@
(s/def ::thread-id string?)
(s/def ::save-thread-volume boolean?)
(s/def ::url string?)
(s/def ::run-args (s/keys :req-un [::platform ::user ::prompts ::host-dir]
: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]))

(defn validate [k]
(fn [opts]
Expand Down

0 comments on commit 2bbcbbd

Please sign in to comment.