pycomplete icon indicating copy to clipboard operation
pycomplete copied to clipboard

A Python library to generate static completion scripts for your CLI app

Results 3 pycomplete issues
Sort by recently updated
recently updated
newest added

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

enhancement

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.