VLSI-EDA / PoC

IP Core Library - Published and maintained by the Chair for VLSI Design, Diagnostics and Architecture, Faculty of Computer Science, Technische Universität Dresden, Germany
https://tu-dresden.de/ing/informatik/ti/vlsi
Other
538 stars 93 forks source link

PyInfra: Auto completion for Bash #33

Closed Paebbels closed 7 years ago

Paebbels commented 7 years ago

Implement Bash auto completion rules for poc.sh.

Maybe it's possible to derive the completion rules from the internal ArgumentParser instance.


Related issues: #34

Paebbels commented 7 years ago

Auto completion derived from the internal argparse.ArgumentParser can be used with PoC.py and poc.sh in Linux if argcomplete is installed in the local Python environment.