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 b60ff87 commit f2aa11fCopy full SHA for f2aa11f
src/prompts.clj
@@ -268,7 +268,6 @@
268
:validate [#(#{"darwin" "linux" "windows"} (string/lower-case %)) "valid platforms are Darwin|Linux|Windows"]]
269
[nil "--prompts-dir DIR_PATH" "path to local prompts directory"
270
:id :prompts-dir
271
- :validate [#(fs/exists? (fs/file %)) "prompts dir does not exist"]
272
:parse-fn #(fs/file %)]
273
[nil "--prompts REF" "git ref to remote prompts directory"
274
0 commit comments