Changeset 13 in code for trunk/cli/publish.ml


Ignore:
Timestamp:
Jul 30, 2022, 12:58:02 PM (3 years ago)
Author:
fox
Message:

Accept files & directories for conversion

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/cli/publish.ml

    r12 r13  
    2121        List.iter (fun t ->
    2222                Index.((load (snd t)) false None None None None);
    23                 Convert.convert_dir (fst t) false (snd t))
     23                Convert.at_path (fst t) false (snd t))
    2424                targets
    2525
Note: See TracChangeset for help on using the changeset viewer.