Skip to content

Commit 2d1efbc

Browse files
committed
avoid pager in help
1 parent d6185bb commit 2d1efbc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

MAVProxy/tools/MAVExplorer.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1236,6 +1236,7 @@ def cmd_help(args):
12361236
import pymavlink.mavextra as mavextra
12371237
import math
12381238
import pydoc
1239+
pydoc.pager = pydoc.plainpager
12391240
for v in [mavextra,math]:
12401241
if hasattr(v,cmd):
12411242
pydoc.help(getattr(v,cmd))

0 commit comments

Comments
 (0)