Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
cli/diff: Deprecate
✓ CI success Lorenz Leutgeb committed 9 months ago
commit 4b20e3a5026895330f0478d8889c6837c23128ac
parent 6a1b13bb668a1bf59579150b12c63d816078a6fa
1 passed (1 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

## Fixed Bugs
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>...]