Changeset 69 in code for trunk/cli/new.ml
- Timestamp:
- Aug 21, 2024, 11:14:12 AM (8 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/cli/new.ml
r68 r69 24 24 let man = [ 25 25 `S Manpage.s_description; 26 `P "Create a new article , with title 'Draft' when none provided";26 `P "Create a new article"; 27 27 `S Manpage.s_environment; 28 28 `P "USER - The login name of the user, used if the Authors field is blank"; 29 29 `P "EDITOR - Default editor name" ] 30 30 in 31 let info = Cmd.info "new" ~ version:"%%VERSION%%" ~doc ~man in31 let info = Cmd.info "new" ~doc ~man in 32 32 Cmd.v info new_t
Note:
See TracChangeset
for help on using the changeset viewer.