Changeset 19 in code for trunk/cli/conversion.ml


Ignore:
Timestamp:
Oct 26, 2022, 7:36:02 PM (2 years ago)
Author:
fox
Message:

Accept comma separated converter names, separate Atom from Html and Gemini converters.

Note: atom must be called separately now because of the separation. Example

txt convert -t htm,atom xyz

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/cli/conversion.ml

    r3 r19  
    1010type fn_t = {
    1111        ext: string;
    12         page: t -> Logarion.Text.t -> string;
    13         indices: t -> unit;
     12        page: (t -> Logarion.Text.t -> string) option;
     13        indices: (t -> unit) option;
    1414}
Note: See TracChangeset for help on using the changeset viewer.