You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I see there's a variable called PREAMBLE that looks like it contains code to make the rest of the completion logic work, but it's not used anywhere. It looks like it was lost in commit 5c6a63a. It looks like the easiest fix would be to add a preamble argument to add_argument_to and arrange for its value to be passed through to complete.
The text was updated successfully, but these errors were encountered:
I see there's a variable called
PREAMBLE
that looks like it contains code to make the rest of the completion logic work, but it's not used anywhere. It looks like it was lost in commit 5c6a63a. It looks like the easiest fix would be to add apreamble
argument toadd_argument_to
and arrange for its value to be passed through tocomplete
.The text was updated successfully, but these errors were encountered: