Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Adding "--" to argment list may change the argument of the program started by mprof run. #388

Open
@lrtfm

Description

Consider a program called test.py that may have an option -number -1. Command

mprof run python test.py -number -1

will pass -number -- -1 to test.py, i.e. test.py is started by

python test.py -number -- -1

It seems that the run action doesn't need -- to distinguish the parameters.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions

        AltStyle によって変換されたページ (->オリジナル) /