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

    r68 r69  
    2424  let man = [
    2525      `S Manpage.s_description;
    26       `P "Create a new article, with title 'Draft' when none provided";
     26      `P "Create a new article";
    2727      `S Manpage.s_environment;
    2828      `P "USER - The login name of the user, used if the Authors field is blank";
    2929      `P "EDITOR - Default editor name" ]
    3030  in
    31   let info = Cmd.info "new" ~version:"%%VERSION%%" ~doc ~man in
     31  let info = Cmd.info "new" ~doc ~man in
    3232  Cmd.v info new_t
Note: See TracChangeset for help on using the changeset viewer.