Changeset 69 in code for trunk/cli/unfile.ml


Ignore:
Timestamp:
Aug 21, 2024, 11:14:12 AM (8 months ago)
Author:
yakumo.izuru
Message:

txt new no longer sets default titles, remove %%VERSION%% from all subcommands (as they're pulled from txt.ml)

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/cli/unfile.ml

    r66 r69  
    1818      `P "Unfile texts in parameter from directories in parameter, by removing hardlinks" ]
    1919  in
    20   let info = Cmd.info "unfile" ~version:"%%VERSION%%" ~doc ~man in
     20  let info = Cmd.info "unfile" ~doc ~man in
    2121  Cmd.v info unfile_t
Note: See TracChangeset for help on using the changeset viewer.