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

cmd/fyne: Improve consistency in cli parameters #29

Open
Jacalz opened this issue Jan 24, 2025 · 0 comments
Open

cmd/fyne: Improve consistency in cli parameters #29

Jacalz opened this issue Jan 24, 2025 · 0 comments
Labels
blocker Blocking upcoming release fyne command Issue related to the cmd/fyne command

Comments

@Jacalz
Copy link
Member

Jacalz commented Jan 24, 2025

Discussed on the call today. We need to make sure that parameters to different commands are both consistent and make sense. One potentially strange example is how target and os are the same thing. Which one is the most like what users would expect? We are doing are first release so removing or changing parameters is fine.

Name: "target",
Aliases: []string{"os"},
Usage: "The mobile platform to target (android, android/arm, android/arm64, android/amd64, android/386, ios, iossimulator).",
Destination: &b.os,
},
&cli.StringFlag{
Name: "sourceDir",
Aliases: []string{"src"},

cc @sdassow

@Jacalz Jacalz added blocker Blocking upcoming release enhancement New feature or request fyne command Issue related to the cmd/fyne command and removed enhancement New feature or request labels Jan 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocker Blocking upcoming release fyne command Issue related to the cmd/fyne command
Projects
None yet
Development

No branches or pull requests

1 participant