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

Please stop changing launcher interface #159

Open
eaglemoor opened this issue Apr 14, 2023 · 4 comments
Open

Please stop changing launcher interface #159

eaglemoor opened this issue Apr 14, 2023 · 4 comments

Comments

@eaglemoor
Copy link

What version of GCI are you using?

v0.10.1

Please stop changing the application launcher interface. With each update, I have to update not only the application itself, but also how to run it correctly. I need to support this in 500+ services. You are creating a problem out of the blue.

gci write . -s "Standard,Default,Prefix($(GO_PACKAGE))"

gci write -s standard -s default -s "prefix($(GO_PACKAGE))" .

Is it really such an important change to force people to redo everything?

Why can't you leave compatibility with the previous launch format?

@korotin
Copy link

korotin commented Apr 14, 2023

As far as I understand this change was made to support directives like prefix(a,b).

Wouldn't it be better to use prefix(a),prefix(b) to keep backward compatibility?

@daixiang0
Copy link
Owner

Related to #142

I want to get more feedback before revert it.

@eaglemoor
Copy link
Author

I'm not asking for everything back. I have already done the update.

I ask you to stop breaking the interface in new releases, or at least support the old format

@ccoVeille
Copy link
Contributor

Maybe this one could be closed @daixiang0

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

4 participants