Changeset 69 in code for trunk/cli/listing.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/listing.ml

    r66 r69  
    4141      `P "If -R is used, list header information for texts found in subdirectories, too." ]
    4242  in
    43   let info = Cmd.info "list" ~version:"%%VERSION%%" ~doc ~man in
     43  let info = Cmd.info "list" ~doc ~man in
    4444  Cmd.v info listing_t
Note: See TracChangeset for help on using the changeset viewer.