|
16 | 16 | .\" .sp <n> insert n+1 empty lines |
17 | 17 | .\" for manpage-specific macros, see man(7) |
18 | 18 | .SH NAME |
19 | | -bpython \- a fancy curses interface to the Python interactive interpreter |
| 19 | +bpython, bpython-urwid \- a fancy interface to the Python interactive interpreter |
20 | 20 | .SH SYNOPSIS |
21 | 21 | .B bpython |
22 | 22 | [\fIoptions\fR] [\fIfile\fR [\fIargs\fR]] |
| 23 | + |
| 24 | +.B bpython-urwid |
| 25 | +[\fIoptions\fR] [\fIfile\fR [\fIargs\fR]] |
23 | 26 | .SH DESCRIPTION |
24 | 27 | The idea is to provide the user with all the features |
25 | 28 | in\-line, much like modern IDEs, but in a simple, |
@@ -80,6 +83,33 @@ Do not flush the output to stdout. |
80 | 83 | .PD |
81 | 84 | Print bpython's version and exit. |
82 | 85 |
|
| 86 | +.PP |
| 87 | +In addition to the above options, bpython-urwid also supports the following |
| 88 | +options if twisted is available: |
| 89 | +.IP "\fB\-r \fR\fIreactor\fR" 4 |
| 90 | +.PD 0 |
| 91 | +.IP "\fB\-\-reactor=\fR\fIreactor\fR" 4 |
| 92 | +.PD |
| 93 | +Use Twisted's \fIreactor\fR reactor instead of urwid's event loop. |
| 94 | + |
| 95 | +.IP "\fB\-\-help\-reactors\fR" 4 |
| 96 | +.PD |
| 97 | +Display a list of available Twisted reactors. |
| 98 | + |
| 99 | +.IP "\fB\-p \fR\fIplugin\fR" 4 |
| 100 | +.PD 0 |
| 101 | +.IP "\fB\-\-plugin=\fR\fIplugin\fR" 4 |
| 102 | +.PD |
| 103 | +Execute a twistd plugin. Use twistd to get a list of available plugins. Use |
| 104 | +"\-\-" to pass options to the plugin. |
| 105 | + |
| 106 | +.IP "\fB\-s \fR\fIport\fR" 4 |
| 107 | +.PD 0 |
| 108 | +.IP "\fB\-\-s=\fR\fIport\fR" 4 |
| 109 | +.PD |
| 110 | +Run a eval server on port \fIport\fR. This options forces the use of a Twisted |
| 111 | +reactor. |
| 112 | + |
83 | 113 | .SH KEYS |
84 | 114 | bpython's keys are fully configurable. See |
85 | 115 | http://docs.bpython-interpreter.org/configuration.html#keyboard |
|
0 commit comments