The unpac monorepo manager self-hosting as a monorepo using unpac
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Doc tweaks.

+4 -2
+1 -1
vendor/opam/cmdliner/doc/cookbook.mld
··· 413 413 414 414 If you would like to perform custom or more elaborate context 415 415 sensitive completions you can define your own argument converter with 416 - with a completion defined with {!Cmdliner.Arg.Completion.make}. 416 + a completion defined with {!Cmdliner.Arg.Completion.make}. 417 417 418 418 Here is an example where the first positional argument is completed 419 419 with the filenames found in a directory specified via the [--dir]
+3 -1
vendor/opam/cmdliner/src/cmdliner.mli
··· 694 694 is ignored. 695 695 696 696 {b Warning.} The protocol is unstable, it is not advised to 697 - output it yourself. *) 697 + output it yourself. However this can be useful to invoke 698 + another tool according to the protocol in the completion 699 + function and treat its result as the requested completion. *) 698 700 699 701 (** {1:completion Completion} *) 700 702