[FR] Build a CMD tool that can check the development dependencies of AppFlowy
Description
Build a command-line tool that can verify the development dependencies of AppFlowy on various platforms
- Check Flutter version
- Check Rust version
- Check Dart Protoc version
For example:
When you type appflowy doctor in the terminal, it will examine your development dependencies and display helpful messages.
Third party tools:
- https://github.com/mikaelmello/inquire
- https://docs.rs/clap/latest/clap/
Impact
None
Additional Context
No response
i think 'clap' is good enough any other than that we should consider for 'inquire'
otherwise, i will start on this issue with clap @appflowy @annieappflowy
Hi @annieappflowy ! Would love to get assighned to this issue and also get mentor to ansewr questions that may arrise. If there are more specifications for this CLI, would love to get a reffrence to them as it would be wise for me to know in advance how to design and build it. Thank you