-
I am using this overlay for ros1 and ros2 development. For ros1 autocompletion was enable after sourcing `devel/setup.zsh` . For ros2 someting like `eval "$(register-python-argcomplete colcon)"` would…
-
It would be cool to have autocomplete functionality. This might help:
https://argcomplete.readthedocs.io/en/latest/
-
About "Autocomplete: This might eventually be added to both Plumbum and CLI11, but it is not supported yet."
Is there any plans or thoughts on this feature at this point?
I've been thinking about …
-
I would like to write a Python script and (from Python) provide tab completion logic. In other words, avoid or minimize writing custom completion scripts in fish, instead piggy-backing on the argparse…
-
Currently the versions of our dependencies are pinned based on what is available on pypi.
I would suggest to check if the versions available in the repositories of Ubuntu/Fedora/CentOS also satisfy ou…
-
Using https://github.com/kislyuk/argcomplete
Here is how `cwltool` did it: https://github.com/common-workflow-language/cwltool/pull/1362/files
┆Issue is synchronized with this [Jira Story](https:…
mr-c updated
11 months ago
-
~Generate DI initialization code for go~
Golang Constructor-equivalents are tricky, and it would be worthwhile to have this functionality. But for just starting out I'll attempt in C# first. C# par…
-
For some reason xontrib-argcomplete wasn't working for my script. I've finally been able to identify that importing _pathlib_ in my script somehow prevents tab completion from working! I have not yet …
-
I use properly multiple pubs repositories, for example,
pubs_article : for journal articles,
pubs_book : for science books,
pubs : for others.
Then, autocompletion for "pubs" w…
-
**Describe the bug**
In general, telemetry data is uploaded by `telemetry.conclude()` in `__main__.py`.
However, if autocomplate is enabled. `argcomplate` will call `os._exit` method after printin…