This commit is contained in:
2026-03-21 18:28:41 -06:00
parent 10bfc1145d
commit 0345cee606
3 changed files with 20 additions and 14 deletions

View File

@@ -11,8 +11,7 @@
::doerg-parser]))
(s/def ::file
#(or (instance? java.io.File %)
(string? %)))
(s/conformer (comp fs/file fs/absolutize fs/expand-home)))
(s/def ::executable #(or (fs/executable? %)
(and (fs/relative? %)