We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Is there any way to disable the help message?
$ bpython --version bpython version mercurial on top of Python 3.4.1 $ bpython >>> Welcome to bpython! Press <F1> for help.
I tried setting help= in my config file. That resulted in the below. It ends up showing <>, which is not very helpful.
help=
config
<>
$ bpython >>> Welcome to bpython! Press <> for help.
Thanks
The text was updated successfully, but these errors were encountered:
I'd like to just get rid of it - any thoughts on how to make keys discoverable without it?
Sorry, something went wrong.
Although the message should definitely be changed if help if off.
aea557a
Thanks!
suppress annoying bpython welcome message
def7315
see bpython/bpython#366 also bpython/bpython@aea557af
No branches or pull requests
Is there any way to disable the help message?
I tried setting
help=
in myconfig
file. That resulted in the below. It ends up showing<>
, which is not very helpful.Thanks
The text was updated successfully, but these errors were encountered: