mirror of
https://github.com/martinvonz/jj.git
synced 2024-11-14 12:57:59 +03:00
cli diff: add short description to jj help
and jj diff -h
This commit is contained in:
parent
16620e0e4c
commit
e3852ffd55
@ -19,6 +19,7 @@ use crate::cli_util::{CommandError, CommandHelper, RevisionArg};
|
|||||||
use crate::diff_util::{diff_formats_for, show_diff, DiffFormatArgs};
|
use crate::diff_util::{diff_formats_for, show_diff, DiffFormatArgs};
|
||||||
use crate::ui::Ui;
|
use crate::ui::Ui;
|
||||||
|
|
||||||
|
/// Compare file contents between two commits
|
||||||
#[derive(clap::Args, Clone, Debug)]
|
#[derive(clap::Args, Clone, Debug)]
|
||||||
pub(crate) struct DiffArgs {
|
pub(crate) struct DiffArgs {
|
||||||
/// Show changes in this revision, compared to its parent(s)
|
/// Show changes in this revision, compared to its parent(s)
|
||||||
|
Loading…
Reference in New Issue
Block a user