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

Allow for single values as well as lists for values in the CLI #29

Open
jjg-123 opened this issue Dec 13, 2023 · 0 comments
Open

Allow for single values as well as lists for values in the CLI #29

jjg-123 opened this issue Dec 13, 2023 · 0 comments

Comments

@jjg-123
Copy link
Collaborator

jjg-123 commented Dec 13, 2023

Currently, if an argument takes a list, the parsing is primitive and requires the list be enclosed in brackets, e..g.

search >client_id -r .*localhost.* -out [home_url]
Improve the parsing so that the following works as well:
search >client_id -r .*localhost.* -out home_url

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