Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
cli/diff: Deprecate
◌ CI pending Lorenz Leutgeb committed 9 months ago
commit 3da5356af61fe0ef58cc93bae066ff46c103d4f3
parent 55cdd880bfee08124d5b6a38cc05036402c7ab6e
1 passed 2 pending (3 total) View logs
2 files changed +6 -0
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>...]