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

Make options follow suit for fyne package (or vice versa) #273

Open
chran554 opened this issue Oct 30, 2024 · 1 comment
Open

Make options follow suit for fyne package (or vice versa) #273

chran554 opened this issue Oct 30, 2024 · 1 comment

Comments

@chran554
Copy link

Is your feature request related to a problem? Please describe:

It would be nice if the command lines of fyne and fyne-cross commands looked and worked as the other as much as possible.

Describe the solution you'd like to see:

The amount of dashes before each option: use one "-" or two "--". (Is it a (help option) documentation issue?)
The format of the parameters: use camelCase or kebab-case

I've also noticed that the icon path differs between both commands.

In fyne it seem to be relative to the source.
fyne package --sourceDir cmd/fynehelloworld --name "HW App" --appID="com.dummy.id" --appVersion="1.2.3" --appBuild=42 --icon ../../star-icon.png

In fyne-cross" it seem to be relative the place where the command is issued (default value of diroption?).fyne-cross darwin -arch=arm64 -name "HW App" -app-id="com.dummy.id" -app-version="1.2.3" -app-build=42 -icon="star-icon.png" cmd/fynehelloworld`

@andydotxyz
Copy link
Member

Fyne is going through a review of the parameters as we tidy up into a new "tools" repo. It is expected that fyne-cross work will follow that, once it is all set out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants