Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix argcomplete 'default_completer' error #1793

Merged
merged 1 commit into from
Jan 19, 2017

Conversation

derekbekoe
Copy link
Member

@derekbekoe derekbekoe commented Jan 19, 2017

Fixes #1792.

  • Prev. argcomplete.autocomplete() could not take a default_completer. Now, it does so we can’t subclass CompletionFinder anymore.
  • Require argcomplete 1.8.0 now as the change isn’t backwards compatible.

Will release an update to azure-cli-core once this PR is merged...

- Prev. argcomplete.autocomplete() could not take a default_completer. Now, it does so we can’t subclass CompletionFinder anymore.
- Require argcomplete 1.8.0 now as the change isn’t backwards compatible.
@derekbekoe
Copy link
Member Author

Will merge after CI pass

@derekbekoe derekbekoe merged commit 6e40240 into Azure:master Jan 19, 2017
@derekbekoe derekbekoe deleted the fix-argcomplete branch January 19, 2017 19:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants