-
Notifications
You must be signed in to change notification settings - Fork 45
Closed
Description
Came across this issue when trying to rerun an older command:
for a cmdline like python plot.py --title "Foo Bar" ... the output is python plot.py --title Foo Bar
which is not distinguishable from having separate arguments. In the above cmdline it's easy to see but in my case the command_lines are longer and I might want to parse the cmdline programmatically after the fact
The related line is in:
typed-argument-parser/tap/tap.py
Line 353 in f30ffbe
| 'command_line': f'python {" ".join(sys.argv)}', |
I'd propose to just directly output sys.argv as an arry instead of joining it.
Metadata
Metadata
Assignees
Labels
No labels