You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?"
The text was updated successfully, but these errors were encountered:
Wrap the question at 80 characters wide, so it doesn't get printed again when a user types a response.
cli/ignite/cmd/scaffold.go
Line 191 in d23b5e7
Something like this:
To reproduce:
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?"
The text was updated successfully, but these errors were encountered: