python-dotenv icon indicating copy to clipboard operation
python-dotenv copied to clipboard

Bash Autocomplete for dotenv CLI command

Open ShivKJ opened this issue 4 years ago • 2 comments

Hi,

How can we enable bash completion for the dotenv CLI command?

ShivKJ avatar Aug 25 '21 03:08 ShivKJ

@ShivKJ As the project usage click under the hood. You can try using https://click.palletsprojects.com/en/8.1.x/shell-completion/ until any official supported shell completion is available.

Let me know if that doesn't work.

Cheers.

theskumar avatar Jun 05 '22 18:06 theskumar

TODO: add docs on how to enable autocompletion in different shell as per the guidance on the click documentation. https://click.palletsprojects.com/en/8.1.x/shell-completion/

theskumar avatar Jun 24 '23 08:06 theskumar