-
Notifications
You must be signed in to change notification settings - Fork 547
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
feat: support autocli #3694
feat: support autocli #3694
Conversation
# Conflicts: # ignite/templates/app/files/app/encoding.go.plush # ignite/templates/app/files/app/params/encoding.go.plush # ignite/templates/app/files/cmd/{{binaryNamePrefix}}d/cmd/root.go.plush # ignite/templates/testutil/files/testutil/network/network.go.plush
ignite/templates/module/create/files/base/x/{{moduleName}}/module/autocli.go.plush
Outdated
Show resolved
Hide resolved
ignite/templates/module/create/files/base/x/{{moduleName}}/module/autocli.go.plush
Outdated
Show resolved
Hide resolved
ignite/templates/module/create/files/base/x/{{moduleName}}/module/autocli.go.plush
Outdated
Show resolved
Hide resolved
ignite/templates/module/create/files/base/x/{{moduleName}}/module/autocli.go.plush
Outdated
Show resolved
Hide resolved
IMHO, removing the blank spaces between commands is more clear. wdyt? |
There is something weird happening in the CI lint. But running local is ok |
For me, local execution throw a lot of messages about "string XXX has X occurances, make a const" and 1 message about format
This line related to file permission and propose to replace |
I have run EDIT: It seems like |
closes #3663
DNM, based on #3659