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.

Tweak doc string of --standalone-completion (#243)

+4 -2
+4 -2
vendor/opam/cmdliner/src/tool/cmdliner_main.ml
··· 424 424 Arg.(value & flag & info ["dry-run"] ~doc) 425 425 426 426 let standalone_completion = 427 - let doc = "Generate standalone completion scripts. These scripts do \ 428 - not depend on the generic cmdliner completion scripts." 427 + let doc = 428 + "Generate standalone completion scripts. These scripts do \ 429 + not depend on the generic cmdliner completion scripts. For some \ 430 + shells this may result in slower completion." 429 431 in 430 432 Arg.(value & flag & info ["standalone-completion"] ~doc) 431 433