Skip to content

Commit a11089c

Browse files
Added -i option for ptpython.
1 parent db41e5b commit a11089c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

ptpython/entry_points/run_ptpython.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
ptpython -h | --help
99
1010
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.
11+
--vi : Use Vi keybindings instead of Emacs bindings.
12+
--history=<filename> : Path to history file.
13+
-i, --interactive=<filename> : Start interactive shell after executing this file.
1414
1515
Other environment variables:
1616
PYTHONSTARTUP: file executed on interactive startup (no default)

0 commit comments

Comments
 (0)