Changeset 65 in code for trunk/cli/pull.ml
- Timestamp:
- Aug 20, 2024, 1:17:24 PM (8 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/cli/pull.ml
r42 r65 139 139 | "" -> pull_list auths topics | x -> ignore (pull_index x auths topics) 140 140 141 open Cmdliner141 open Ocmd 142 142 let term = 143 143 let authors = Arg.(value & opt (some string) None & info ["a"; "authors"]
Note:
See TracChangeset
for help on using the changeset viewer.