Description
When running mesh-cli commands, the CLI output can be unclear or ambiguous.
It’s hard to understand whether the command actually succeeded, failed, or exited early.
To Reproduce
- Install
mesh-cli
- Run a basic command with minimal or default config
- Observe the CLI output
Expected behavior
The CLI should clearly indicate:
- Whether the command succeeded or failed
- What went wrong (if anything)
- What the next action should be