Casper da Costa-Luis
Casper da Costa-Luis
/CC @usidedown does this work for you? ```sh pip install "git+https://github.com/iterative/shtab.git@double-dash#egg=shtab" ```
try now?
Duplicate of #122? In particular, the end-user docs link at the bottom of https://github.com/iterative/shtab/issues/122#issuecomment-1333968449 might be helpful (related to #119).
Ah so `dvc stage add -d ` works, but `dvc stage add -d -w` (tabbing in the middle of the command) doesn't work. Happy to accept a PR fixing this...
`pip` ultimately relies on the deprecated `optparse`[^pip-optparse][^optparse] rather than the stdlib `argparse`[^argparse], so wouldn't work with `shtab`. However in general if you use `argparse` or `argparse.ArgumentParser`-like parsers, things should work...
I did check this some time ago, but unfortunately found that it [doesn't really support `zsh`](https://github.com/kislyuk/argcomplete#zsh-support). By comparison `shtab` has first-class support for `zsh`, including printing help text. (Incidentally do...
I think you're talking about https://docs.github.com/en/repositories/working-with-files/using-files/viewing-a-file#ignore-commits-in-the-blame-view :) PS I tend to use `--author "github-actions[bot] "`
Sorry for the confusion - I was referring to two different things. - manually using `--author` when committing bot-like things - `.git-blame-ignore-revs` (via `git fame --ignore-revs-file` or `git config --local...
probably can be closed as a duplicate #1584 (and #1710)... work-around in https://github.com/mcmtroffaes/sphinxcontrib-bibtex/issues/276 :)
found the `\protect` work-around in https://github.com/mcmtroffaes/sphinxcontrib-bibtex/issues/276 :)