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
Release 0.4.0 (#176)
This release adds the `Context` struct to commands, provides scaffolding
for new projects and commands in the `clawless-cli`, and prepares the
project for its first public release.
Release 0.3.0 (#120)
This release introduces quite a few quality of life improvements to
Clawless's API:
- Commands can now be documented for users using doc comments
- Commands return a `Result`, which simplifies error handling
- The `app!` macro has been replaced by a simpler `commands!` macro
- `clap` is no re-exported and no longer required as a third-party
dependency
Please check out the release notes on GitHub for a full list of changes
and links to the relevant pull requests with more information.