Changeset 43 in code for trunk/cli/publish.ml
- Timestamp:
- Dec 18, 2022, 2:49:25 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/cli/publish.ml
r36 r43 9 9 print_endline "No txt.conf found. It's required for the repository name & id. Create one? (y/N)"; 10 10 match input_line stdin with 11 |"y"-> 11 |"y"-> 12 12 let title = 13 13 print_endline "Title for repository: ";
Note:
See TracChangeset
for help on using the changeset viewer.