Skip to content

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

@jjg-123

Description

@jjg-123

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

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