Skip to content

v1.0.0-beta

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 15 Apr 09:45
v1.0.0-beta
c624b9c

Documentation: https://pimalaya.org/neverest/cli/v1.0.0-beta/

Added

  • Added --debug as an alias for RUST_LOG=debug.
  • Added --trace as an alias for RUST_LOG=trace.
  • Added notes about --debug and --trace when error occurs.
  • Added left|right.folder.aliases to define custom folder aliases.

Changed

  • Replaced anyhow by color-eyre for better error management.
  • Replaced log by tracing for better log management.
  • Renamed folder.filter to folder.filters in order to match lib types.
  • Renamed envelope.filter to envelope.filters in order to match lib types.
  • Renamed check command to doctor.