We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7ce345 commit f786c39Copy full SHA for f786c39
src/bin/diffedit3.rs
@@ -7,6 +7,8 @@ use tracing_subscriber::util::SubscriberInitExt as _;
7
type PortRange = std::ops::RangeInclusive<usize>;
8
9
/// Compare three directories in a browser and allow editing one of them
10
+///
11
+/// See https://github.com/ilyagr/diffedit3 for more info.
12
#[derive(Parser)]
13
#[command(version, about)]
14
pub struct LocalServerCli {
0 commit comments