Make the "file" argument optional in `elpe build`
Dependencies
Change contents
- replacement in elpe/bin/elpe_bin.ml at line 105
(let%map_open.Command files =anon (non_empty_sequence_as_list ("file" %: string))in(let%map_open.Command files = anon (sequence ("file" %: string)) in - replacement in elpe/bin/elpe_bin.ml at line 108
compile files;compile (if files = [] then [ "elpe.ml" ] else files);