···322322323323With this setup, if you are using a cmdliner based tool named
324324[thetool] that did not {{!install_tool_completion}install} a completion
325325-definition. You can always do it yourself by invoking the result of
326326-[cmdliner tool-completion pwsh thetool]:
325325+definition. You can always do it yourself by invoking:
326326+327327+{@ps1[
328328+Invoke-Expression $(cmdliner tool-completion pwsh thetool)
329329+]}
330330+331331+or if you find that easier to remember:
327332328333{@ps1[
329334Register-ArgumentCompleter -Native -CommandName thetool -ScriptBlock $Global:_cmdliner_generic