We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e840a81 commit 2628102Copy full SHA for 2628102
rosidl_cli/completion/rosidl-argcomplete.zsh
@@ -12,7 +12,9 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
-autoload -U +X compinit && compinit
+if (( ! ${+_comps} )); then
16
+ autoload -U +X compinit && compinit
17
+fi
18
autoload -U +X bashcompinit && bashcompinit
19
20
# Get this scripts directory
0 commit comments