github-actions
released this
15 Apr 09:45
·
4 commits
to c624b9c56f62cff8c49795e90747af0987bd08a9
since this release
Documentation: https://pimalaya.org/neverest/cli/v1.0.0-beta/
Added
- Added
--debug
as an alias forRUST_LOG=debug
. - Added
--trace
as an alias forRUST_LOG=trace
. - Added notes about
--debug
and--trace
when error occurs. - Added
left|right.folder.aliases
to define custom folder aliases.
Changed
- Replaced
anyhow
bycolor-eyre
for better error management. - Replaced
log
bytracing
for better log management. - Renamed
folder.filter
tofolder.filters
in order to match lib types. - Renamed
envelope.filter
toenvelope.filters
in order to match lib types. - Renamed
check
command todoctor
.