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

add auto completion for _pry_.config.so<tab>. #1189

Closed
ghost opened this issue Apr 3, 2014 · 1 comment
Closed

add auto completion for _pry_.config.so<tab>. #1189

ghost opened this issue Apr 3, 2014 · 1 comment
Labels

Comments

@ghost
Copy link

ghost commented Apr 3, 2014

_pry_.config dispatches almost every method call through method_missing. only three methods are defined directly on Pry::Config: #pry, #output=, and #hooks=. we might add more later for the really common method calls like #input and #output.

the problem this introduces is that almost no configuration options can be auto-completed on _pry_.config and that's sad.

@rf- rf- added the feature label Apr 29, 2014
@ConradIrwin
Copy link
Member

Duplicate of #1277

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants