@@ -50,12 +50,15 @@ If :program:`bpython` sees an argument it does not know, execution falls back to
5050the regular Python interpreter.
5151
5252
53- --config=<config> Use <config> instead of default config file.
54- -h, --help Show the help message and exit.
55- -i, --interactive Drop to bpython shell after running file instead of exiting.
56- The PYTHONSTARTUP file is not read.
57- -q, --quiet Do not flush the output to stdout.
58- -V, --version Print :program: `bpython `'s version and exit.
53+ --config=<config> Use <config> instead of default config file.
54+ -h, --help Show the help message and exit.
55+ -i, --interactive Drop to bpython shell after running file instead of exiting.
56+ The PYTHONSTARTUP file is not read.
57+ -q, --quiet Do not flush the output to stdout.
58+ -V, --version Print :program: `bpython `'s version and exit.
59+ -L, --log Write debugging messages to the file bpython.log. Use
60+ -LL for more verbose logging. Only available in :program: `bpython `.
61+ -t file, --type=file Paste in the contents of a file at startup. Only available in :program: `bpython `.
5962
6063In addition to the above options, :program: `bpython-urwid ` also supports the
6164following options if Twisted is available:
@@ -69,7 +72,7 @@ following options if Twisted is available:
6972 plugins. Use -- to pass options to the
7073 plugin.
7174-s <port>, --server=<port> Run an eval server on port <port>. This
72- options forces the use of a Twisted reactor.
75+ option forces the use of a Twisted reactor.
7376
7477Keys
7578----
0 commit comments