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

Wrap the "commit your changes" prompt #3187

Closed
fadeev opened this issue Nov 28, 2022 · 0 comments · Fixed by #3191
Closed

Wrap the "commit your changes" prompt #3187

fadeev opened this issue Nov 28, 2022 · 0 comments · Fixed by #3191
Assignees
Labels
good first issue Good for newcomers

Comments

@fadeev
Copy link
Contributor

fadeev commented Nov 28, 2022

Wrap the question at 80 characters wide, so it doesn't get printed again when a user types a response.

Screenshot 2022-11-28 at 15 46 43

question := "Your saved project changes have not been committed. To enable reverting to your current state, commit your saved changes. Do you want to proceed without committing your saved changes"

Something like this:

Your saved project changes have not been committed. To enable reverting
to your current state, commit your saved changes. Do you want to proceed
without committing your saved changes

To reproduce:

ignite s chain example
cd example
ignite s list post title body
ignite s list comment title

Also, do the same for "Your blockchain config version is v0 and the latest is v1. Would you like to upgrade your config file to v1?"

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

Successfully merging a pull request may close this issue.

2 participants