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.

Alternate instructions for pwsh (#214)

+7 -2
+7 -2
vendor/opam/cmdliner/doc/cli.mld
··· 322 322 323 323 With this setup, if you are using a cmdliner based tool named 324 324 [thetool] that did not {{!install_tool_completion}install} a completion 325 - definition. You can always do it yourself by invoking the result of 326 - [cmdliner tool-completion pwsh thetool]: 325 + definition. You can always do it yourself by invoking: 326 + 327 + {@ps1[ 328 + Invoke-Expression $(cmdliner tool-completion pwsh thetool) 329 + ]} 330 + 331 + or if you find that easier to remember: 327 332 328 333 {@ps1[ 329 334 Register-ArgumentCompleter -Native -CommandName thetool -ScriptBlock $Global:_cmdliner_generic