aragon-cli
aragon-cli copied to clipboard
Improve command not found error message
🚀 Feature
When the user types an unknown command, the error message is currently ambiguous. e.g.:
user$ aragon publish major --files dist
✖ Unknown arguments: files, publish, major
It would be interesting to make it more obvious that the command is not found and display a list of available commands.