Changeset 68 in code for trunk/cli/new.ml
- Timestamp:
- Aug 21, 2024, 2:15:27 AM (8 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/cli/new.ml
r66 r68 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, with title 'Draft' when none provided"; 27 `S Manpage.s_environment; 28 `P "USER - The login name of the user, used if the Authors field is blank"; 29 `P "EDITOR - Default editor name" ] 27 30 in 28 31 let info = Cmd.info "new" ~version:"%%VERSION%%" ~doc ~man in
Note:
See TracChangeset
for help on using the changeset viewer.