Skip to content

Commit 3cfab83

Browse files
committed
docs(cli): show author and GitHub URL in --help output
1 parent 6cffbfe commit 3cfab83

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

crates/codelens/src/cli.rs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,10 @@ const STYLES: Styles = Styles::styled()
1515
#[derive(Parser, Debug)]
1616
#[command(
1717
name = "codelens",
18-
author,
1918
version,
20-
about = "High performance code analysis tool — stats, health scores, hotspots, and trends",
19+
about = "High performance code analysis tool — stats, health scores, hotspots, and trends\n\n\
20+
Author: Tiger <DropFan@Gmail.com>\n\
21+
GitHub: https://github.com/DropFan/codelens",
2122
styles = STYLES,
2223
after_help = EXAMPLES,
2324
)]

0 commit comments

Comments
 (0)