pycomplete
pycomplete copied to clipboard
A Python library to generate static completion scripts for your CLI app
This addresses (partially) the https://github.com/frostming/pycomplete/issues/4
Basically, if an argument was defined as ```py parser.add_argument( "type", choices=("foo", "bar", "baz"), help="The type to spam", ) ``` Then it should complete
microsoft/vcpkg#38317 > The function TabExpansion is [not supported by PowerShell 7.4.0](https://github.com/PowerShell/PowerShell/issues/20930) > Change TabExpansion to Register-ArgumentCompleter to fix it.