@@ -50,12 +50,15 @@ If :program:`bpython` sees an argument it does not know, execution falls back to
50
50
the regular Python interpreter.
51
51
52
52
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 `.
59
62
60
63
In addition to the above options, :program: `bpython-urwid ` also supports the
61
64
following options if Twisted is available:
@@ -69,7 +72,7 @@ following options if Twisted is available:
69
72
plugins. Use -- to pass options to the
70
73
plugin.
71
74
-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.
73
76
74
77
Keys
75
78
----
0 commit comments