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 0d46831 commit c4cd68bCopy full SHA for c4cd68b
src/prompts.clj
@@ -272,7 +272,8 @@
272
[nil "--pat PAT" "A hub PAT"]
273
;; required if not using positional args
274
;; can not validate this without a host helper
275
- [nil "--host-dir DIR" "Project directory (on host filesystem)"]
+ [nil "--host-dir DIR" "Project directory (on host filesystem)"
276
+ :missing "you must specify a --host-dir option. This is the directory that will be provided to tool containers as /project."]
277
278
[nil "--platform PLATFORM" "current host platform"
279
:validate [#(#{"darwin" "linux" "windows"} (string/lower-case %)) "valid platforms are Darwin|Linux|Windows"]]
0 commit comments