argcomplete icon indicating copy to clipboard operation
argcomplete copied to clipboard

Add `__all__` to `__init__`

Open esainane opened this issue 5 months ago • 0 comments

Explicit re-exporting avoids reportPrivateImportUsage warnings from pylance, and its hints to then import from argcomplete.completers instead:

https://github.com/microsoft/pylance-release/blob/main/docs/diagnostics/reportPrivateImportUsage.md

esainane avatar Jul 19 '25 15:07 esainane