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

whereami does not automatically prints in a binding.pry if there is a command prefix #2313

Open
lbenard opened this issue Apr 24, 2024 · 0 comments

Comments

@lbenard
Copy link

lbenard commented Apr 24, 2024

Version: 0.13.1 (can't test the new version yet, sorry if this was already fixed)

The context shown when running binding.pry (the same as running whereami manually) is not shown if a command prefix is set in .pryrc

Without prefix:

.pryrc:

# Pry.config.command_prefix = '/'

This shows:
image

With prefix:

.pryrc:

Pry.config.command_prefix = '/'

This shows:
image

(had to hide some stuff, sorry this might make it confusing)

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

No branches or pull requests

1 participant