Post #2004680
2026-05-01 17:50 UTC
@brass75 @pathunstrom hm someone's written this .. https://kislyuk.github.io/argcomplete/
Replies (1)
-
@stylus@social.afront.org 2026-05-01 17:53
@brass75 @pathunstrom some way to smuggle a completer object into the Annotations of a dataclass field? parser.add_argument("--env-var1").completer = EnvironCompleter (and there's also whatever the impedance matching between shell completion & internal python readline is...)