add depends
This commit is contained in:
parent
473954be07
commit
49b7a37597
126 changed files with 6991 additions and 8425 deletions
9
test/virtual/dir.ml
Normal file
9
test/virtual/dir.ml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
let config =
|
||||
match Fpath.of_string "./" with
|
||||
| Error (`Msg e) -> failwith e
|
||||
| Ok v -> Some v
|
||||
|
||||
let data =
|
||||
match Bos.OS.Dir.current () with
|
||||
| Error (`Msg e) -> failwith e
|
||||
| Ok current -> Some current
|
||||
Loading…
Add table
Add a link
Reference in a new issue