Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

run_speakeasy parameter parsing #113

Open
mwilliams31 opened this issue Dec 23, 2020 · 0 comments
Open

run_speakeasy parameter parsing #113

mwilliams31 opened this issue Dec 23, 2020 · 0 comments

Comments

@mwilliams31
Copy link
Contributor

The run_speakeasy.py argument --params doesn't work as intended for an example like --params -log -path <file_path> because argparse treats -log as -l og. A possible solution is to treat the --params argument as a string and perform additional parsing, which could also account for items like <file_path> that may have additional spacing considerations. The updated --params argument would look something like --params="-log -path '<file_path>'".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant