Radish alpha
h
rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5
Radicle Heartwood Protocol & Stack
Radicle
Git
2 files changed +6 -0 55cdd880 3da5356a
modified CHANGELOG.md
@@ -11,6 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Deprecations

+
- `rad diff` command will be removed in a future version.
+

## New Features

- `rad cob log` now supports the arguments `--from` and `--to` which can be used
modified crates/radicle-cli/src/commands/diff.rs
@@ -17,6 +17,10 @@ pub const HELP: Help = Help {
    description: "Show changes between commits",
    version: env!("RADICLE_VERSION"),
    usage: r#"
+

+
DEPRECATION WARNING: The `rad diff` command is deprecated and
+
                     will be removed in a future version.
+

Usage

    rad diff [<commit>] [--staged] [<option>...]