- Timestamp:
- Feb 23, 2024, 12:50:27 PM (14 months ago)
- Location:
- trunk/cli
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/cli/listing.ml
r53 r60 37 37 Term.info "list" ~doc:"list texts" ~man:[ `S "DESCRIPTION"; 38 38 `P "Diplays text id, date, author, title for a directory. 39 If directory argument is ommitted, $txtdiris used, where empty value defaults to ~/.local/share/texts.39 If directory argument is ommitted, TXTDIR is used, where empty value defaults to ~/.local/share/texts. 40 40 If -R is used, list header information for texts found in subdirectories too." ] -
trunk/cli/txt.ml
r49 r60 1 let version = "1.3 "1 let version = "1.3.1" 2 2 3 3 open Cmdliner
Note:
See TracChangeset
for help on using the changeset viewer.