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 in test_shell

+4 -1
+4 -1
vendor/opam/cmdliner/test/test_shell.ml
··· 36 36 in 37 37 let doc = 38 38 "Use me to test for completion restart of other tools after \ 39 - the $(b,--) token" 39 + the $(b,--) token. This may not work through a $(b,b0) \ 40 + invocation. Install completion for the $(b,test_shell) tool \ 41 + and invoke the tool directly from the path output with 42 + $(b,b0 --path -- test_shell)." 40 43 in 41 44 Arg.(value & pos_all arg_conv [] & info [] ~doc ~docv:"ARG") 42 45 in