Changeset 69 in code for trunk/cli/authors.ml
- Timestamp:
- Aug 21, 2024, 11:14:12 AM (8 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/cli/authors.ml
r66 r69 19 19 `P "List author names" ] 20 20 in 21 let info = Cmd.info "authors" ~ version:"%%VERSION%%" ~doc ~man in21 let info = Cmd.info "authors" ~doc ~man in 22 22 Cmd.v info authors_t
Note:
See TracChangeset
for help on using the changeset viewer.