Casper da Costa-Luis

Results 737 comments of Casper da Costa-Luis

vanilla Ubuntu 22.04 LTS ```python $ which python $ bash setup ... DEBUG: which $PYTHON /usr/bin/python3 DEBUG: $PYTHON virtualenv.pyz env created virtual environment CPython3.10.4.final.0-64 in 200ms creator CPython3Posix(dest=~/.bashhub/env, clear=False, no_vcs_ignore=False,...

thx, that worked for me

Thanks for this PR @NiklasReisser! Just merged #81, is this still required?

There's some conflicts now though with the main branch. Also, would making this line configurable be a simpler alternative? https://github.com/iterative/shtab/blob/60a8525707f10859513c4362ea9c62cd40db93b8/shtab/__init__.py#L433

Hi @tshu-w - not sure I follow but would be happy to accept a PR :)

Hi sorry for the long delay. Makes sense; interface could be `shtab.add_argument_to(..., default_complete: dict[str, str])`.

actually... is this incompatible with #46?

Nice idea. [unix.stackexchange#4219](https://unix.stackexchange.com/questions/4219/how-do-i-get-bash-completion-for-command-aliases) assumes `python -m my_module.main` completion works and you want to get completion working for `alias my_module='python -m my_module.main'`. This issue is the opposite. If you can find...

Interesting... what shell is this on?