Changeset 76 in code for trunk/cmd/txt_init/txt_init.ml


Ignore:
Timestamp:
Aug 22, 2024, 11:52:12 PM (8 months ago)
Author:
yakumo.izuru
Message:

Move documentation to Suzunaan software library, stop assuming txt.conf doesn't exist in txt_init

Signed-off-by: Izuru Yakumo <yakumo.izuru@…>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/cmd/txt_init/txt_init.ml

    r73 r76  
    11let init_repo =
    2         print_endline "No txt.conf found";
     2        print_endline "Initializing repository...";
    33        print_endline "It's required for the repository name and id.";
    44        print_endline "Create one? (y/n)";
Note: See TracChangeset for help on using the changeset viewer.