We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am using parameters like this:
options: { type: 'string', isMultiple: true },
I can make arrays from features such as a string or a number
$ mycli --options.props=1 --options.props=1
options: { props: [ 1, 2 ] }
Tell me how to make an array of objects?
The text was updated successfully, but these errors were encountered:
Nested flags are not currently supported.
Sorry, something went wrong.
No branches or pull requests
I am using parameters like this:
I can make arrays from features such as a string or a number
Tell me how to make an array of objects?
The text was updated successfully, but these errors were encountered: