@@ -35,7 +35,7 @@ Rewind.
35
35
functions.
36
36
37
37
Pastebin code/write to file.
38
- This posts the current buffer to a pastebin (paste.pocoo.org ) or writes it
38
+ This posts the current buffer to a pastebin (bpaste.net ) or writes it
39
39
to a file.
40
40
41
41
Flush curses screen to stdout.
@@ -49,18 +49,23 @@ The long and short forms of options, shown here as alternatives, are equivalent.
49
49
If :program: `bpython ` sees an argument it does not know, execution falls back to
50
50
the regular Python interpreter.
51
51
52
+ The following options are supported by all frontends:
52
53
53
54
--config=<config> Use <config> instead of default config file.
54
55
-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.
56
+ -i, --interactive Drop to bpython shell after running file instead of
57
+ exiting. The PYTHONSTARTUP file is not read.
57
58
-q, --quiet Do not flush the output to stdout.
58
59
-V, --version Print :program: `bpython `'s version and exit.
60
+
61
+ In addition to the above options, :program: `bpython ` also supports the following
62
+ options:
63
+
59
64
-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 `.
65
+ -LL for more verbose logging.
66
+ -t file, --type=file Paste in the contents of a file at startup.
62
67
63
- In addition to the above options, :program: `bpython-urwid ` also supports the
68
+ In addition to the common options, :program: `bpython-urwid ` also supports the
64
69
following options if Twisted is available:
65
70
66
71
-r <reactor>, --reactor=<reactor> Use Twisted's <reactor> instead of urwid's
0 commit comments