mirror of
https://github.com/python/cpython.git
synced 2025-11-01 14:11:41 +00:00
Added a field that allows the user to set sys.argv-style arguments
to the script. Fixes #757544.
This commit is contained in:
parent
47db252786
commit
d7cccdd591
9 changed files with 21 additions and 5 deletions
|
|
@ -14,6 +14,7 @@
|
|||
nosite = NSButton;
|
||||
optimize = NSButton;
|
||||
others = NSTextField;
|
||||
scriptargs = NSTextField;
|
||||
tabs = NSButton;
|
||||
verbose = NSButton;
|
||||
"with_terminal" = NSButton;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue