Skip to content

Commit f786c39

Browse files
committed
help: add GitHub homepage to CLI help
1 parent b7ce345 commit f786c39

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/bin/diffedit3.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ use tracing_subscriber::util::SubscriberInitExt as _;
77
type PortRange = std::ops::RangeInclusive<usize>;
88

99
/// Compare three directories in a browser and allow editing one of them
10+
///
11+
/// See https://github.com/ilyagr/diffedit3 for more info.
1012
#[derive(Parser)]
1113
#[command(version, about)]
1214
pub struct LocalServerCli {

0 commit comments

Comments
 (0)