-
Notifications
You must be signed in to change notification settings - Fork 13
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
Command execute doesn't allow repeated types #681
Comments
Future types like |
How do we want to represent the repeated types in cli? |
Some ideas:
|
Let's see what is the simplest to implement in I like |
the most common way i saw in cli is:
|
|
let's go with the simplest implementation! |
This PR #679 introduced a new data type:
repeated data
This file https://github.com/mesg-foundation/core/blob/master/utils/servicecasting/cast.go doesn't do anything about repeated parameters and so the command
service execute
cannot handle repeated data with the flag--data
The text was updated successfully, but these errors were encountered: