gazebosim / gz-tools

Command line tools for the Gazebo libraries.
https://gazebosim.org
Apache License 2.0
14 stars 18 forks source link

Fix typo in bash completion, add help completion #86

Closed mabelzhang closed 2 years ago

mabelzhang commented 2 years ago

🦟 Bug fix

2 fixes before further changes to the file while working on #1. Original code #77.

Summary

Test with this:

. etc/ign.bash_completion.sh

# `help` should be listed as an available command after the PR
ign <tab>

# `help` should be auto completed
ign h<tab>

Checklist

Note to maintainers: Remember to use Squash-Merge and edit the commit message to match the pull request summary while retaining Signed-off-by messages.