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


Ignore:
Timestamp:
Dec 18, 2022, 2:49:25 PM (2 years ago)
Author:
fox
Message:

Relation dates, with conversion condition upon it

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/cli/publish.ml

    r36 r43  
    99        print_endline "No txt.conf found. It's required for the repository name & id. Create one? (y/N)";
    1010        match input_line stdin with
    11         |"y"-> 
     11        |"y"->
    1212                let title =
    1313                        print_endline "Title for repository: ";
Note: See TracChangeset for help on using the changeset viewer.