ament / ament_index

Apache License 2.0
13 stars 27 forks source link

fix completion of first arg #38

Closed dirk-thomas closed 5 years ago

dirk-thomas commented 5 years ago

Follow up of #35.

The completion for the first argument fails atm because the second completion function is also trigger (since both are optional) and that function raises an exception if the first argument is not provided.