samoht / assemblage

A collection of tools to manage the configuration of OCaml projects
54 stars 4 forks source link

Enhance Cmd.{File,Dir,Path}.exists and Cmd.exists. #165

Closed dbuenzli closed 9 years ago

dbuenzli commented 9 years ago

Add an ?err optional argument to turn nonexistence in errors.

Fixes #150.