iterative / shtab

↔️ Automagic shell tab completion for Python CLI applications
https://docs.iterative.ai/shtab
Other
375 stars 34 forks source link

Way to include "." explicitly as a completion option for shtab.DIRECTORY? #117

Open dbarnett opened 1 year ago

dbarnett commented 1 year ago

It would be useful to have a way to explicitly include . as a completion option in a tool that takes a directory arg that's often the current directory, .. Is there a way to do that?