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

Add flatten fields flag support #23003

Open
JulianToledano opened this issue Dec 19, 2024 · 0 comments
Open

Add flatten fields flag support #23003

JulianToledano opened this issue Dec 19, 2024 · 0 comments
Assignees
Labels
C:client/v2 client/v2 package T: UX

Comments

@JulianToledano
Copy link
Contributor

     Can we maybe add flag support in a follow-up?

So that this can work for instance:

PositionalArgs: []*autocliv1.PositionalArgDescriptor{
	{ProtoField: "grantee"},
	{ProtoField: "permissions.limit_type_urls"},
},
FlagOptions: map[string]*autocliv1.FlagOptions{
	"permissions.level": {Name: "level", DefaultValue: "some-msgs"},
},

Originally posted by @julienrbrt in #22890 (review)

@JulianToledano JulianToledano self-assigned this Dec 19, 2024
@github-actions github-actions bot added the needs-triage Issue that needs to be triaged label Dec 19, 2024
@github-project-automation github-project-automation bot moved this to 📋 Backlog in Cosmos-SDK Dec 19, 2024
@JulianToledano JulianToledano added the C:client/v2 client/v2 package label Dec 19, 2024
@julienrbrt julienrbrt added T: UX and removed needs-triage Issue that needs to be triaged C:client/v2 client/v2 package labels Dec 19, 2024
@JulianToledano JulianToledano added C:client/v2 client/v2 package T: UX and removed T: UX C:client/v2 client/v2 package labels Dec 19, 2024
@julienrbrt julienrbrt added the C:client/v2 client/v2 package label Dec 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C:client/v2 client/v2 package T: UX
Projects
Status: 📋 Backlog
Development

No branches or pull requests

2 participants