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
now there are some messages shown after commends
e.g. mopro init
🚀 Project 'mopro-example-app' initialized successfully! 🎉
To get started, follow these steps:
1. Navigate to your project directory:
cd mopro-example-app
2. Run the following commands to build and run the project:
mopro build
📚 To learn more about mopro, visit: https://zkmopro.org
Happy coding! 🚀
but when users clear the terminal or close the terminal, the instructions are gone
and users have to init again or the instructions will not appear again
Details
We can provide a mopro help command (or mopro info, mopro instruct?)
to let users find the instructions again
e.g.
$ mopro help
✔ Comment name (show the instructions)
[ ] mopro init
[ ] mopro build
[ ] mopro create
...
Problem
now there are some messages shown after commends
e.g.
mopro init
but when users clear the terminal or close the terminal, the instructions are gone
and users have to
init
again or the instructions will not appear againDetails
We can provide a
mopro help
command (ormopro info
,mopro instruct
?)to let users find the instructions again
e.g.
$ mopro help ✔ Comment name (show the instructions) [ ] mopro init [ ] mopro build [ ] mopro create ...
and show the messages again
mopro/cli/src/print.rs
Line 15 in cdc5065
mopro/cli/src/print.rs
Line 31 in cdc5065
mopro/cli/src/print.rs
Line 38 in cdc5065
... and so on
Acceptance criteria
Provide a command to print the helping messages
The text was updated successfully, but these errors were encountered: