We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db41e5b commit a11089cCopy full SHA for a11089c
1 file changed
ptpython/entry_points/run_ptpython.py
@@ -8,9 +8,9 @@
8
ptpython -h | --help
9
10
Options:
11
- --vi : Use Vi keybindings instead of Emacs bindings.
12
- --history=<filename> : Path to history file.
13
- --interactive=<filename> : Start interactive shell after executing this file.
+ --vi : Use Vi keybindings instead of Emacs bindings.
+ --history=<filename> : Path to history file.
+ -i, --interactive=<filename> : Start interactive shell after executing this file.
14
15
Other environment variables:
16
PYTHONSTARTUP: file executed on interactive startup (no default)
0 commit comments