8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Is this possible? From the docs it appears a list is expanded to multiple executions.
The text was updated successfully, but these errors were encountered:
Sorry for the delayed response. I don't think this will work currently.
If I was going to implement it, my first thought would be to represent lists using [] brackets, e.g.:
[]
astro plan --foo="[one, two, three], [four, five, six]"
That would add some complications around the filtering of allowed values.
Maybe another option would be to add a configuration flag saying to signal that it's a list, e.g.:
flags: foo: name: foo type: list
Which would then alter the behaviour of astro to interpret the CSV as-is.
Are you able to share a little bit more about your use-case?
Sorry, something went wrong.
No branches or pull requests
Is this possible? From the docs it appears a list is expanded to multiple executions.
The text was updated successfully, but these errors were encountered: