Changeset 47 in code for trunk/cli/txt.ml


Ignore:
Timestamp:
Jun 21, 2023, 12:25:08 AM (22 months ago)
Author:
yakumo.izuru
Message:

Izuru Yakumo, The Violet Hermit shall be taking over Logarion's development, from now on

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/cli/txt.ml

    r31 r47  
    1 let version = "%%VERSION%%"
     1let version = "9333d0e-dirty"
    22
    33open Cmdliner
    44let default_cmd =
    55        let doc = "Discover, collect & exchange texts" in
    6         let man = [ `S "Contact"; `P "<mailto:logarion@lists.tildeverse.org?subject=Logarion>" ] in
     6        let man = [ `S "CONTACT"; `P "<mailto:logarion@lists.tildeverse.org?subject=Logarion>" ] in
    77        Term.(ret (const (`Help (`Pager, None)))), Term.info "txt" ~version ~doc ~man
    88
Note: See TracChangeset for help on using the changeset viewer.