Skip to content

Conversation

@tleonhardt
Copy link
Member

This command is explicitly for running Python script files within an embedded Python interpreter.

The advantages over the py command with "run" are:

  • Tab-completion of file system paths is supported
  • Command-line arguments can be passed to the Python script

This closes #123

This command is explicitly for running Python script files within an embedded Python interpreter.

The advantages over the py command with "run" are:
- Tab-completion of file system paths is supported
- Command-line arguments can be passed to the Python script
@tleonhardt tleonhardt added this to the 0.7.3 milestone Jun 13, 2017
@tleonhardt tleonhardt self-assigned this Jun 13, 2017
@tleonhardt tleonhardt merged commit a8c6434 into master Jun 13, 2017
@tleonhardt tleonhardt deleted the script_arguments branch June 13, 2017 19:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add ability to pass arguments to a Python script

2 participants