AI-Planning / pddl-generators

A collection of PDDL generators, some of which have been used to generate benchmarks for the International Planning Competition (IPC).
71 stars 12 forks source link

idea: bash-completion #11

Open guicho271828 opened 2 years ago

jendrikseipp commented 2 years ago

For the Python domains this is is achievable via https://kislyuk.github.io/argcomplete/. I wouldn't bother with the generators written in other languages.

guicho271828 commented 2 years ago

Thanks for argcomplete! The point of my big-main branch is to just wrap all generators, be it python or non-python, with a python code, so that this kind of thing work easily.