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
Features:
- introduces new Command and Route traits for Leo commands and Aleo PM API
- most of the CLI code replace with higher-level abstraction - StructOpt
- anyhow used for error handling, no more custom error classes
- improves API - now every status code has its business logic
- adds global flags (e.g. --quiet to suppress output)
- error messages improved for convenience and better user experience
Closes:
- #604
- #599
- #584
- #277
- #376
🐛 Bug Report
When trying to import package that is not on Aleo PM, I get the following error (which is confusing):
Steps to Reproduce
Try using
leo add
with random author/package.Expected Behavior
Something like 404 or simple Package Not Found should tell user that he's trying to import non-existent package.
The text was updated successfully, but these errors were encountered: