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 4d3cf0b commit a5017cbCopy full SHA for a5017cb
src/cli.rs
@@ -6,6 +6,7 @@ use path_clean::PathClean;
6
use std::path::{Path, PathBuf};
7
8
#[derive(Subcommand, Debug)]
9
+#[command(version)]
10
enum Command {
11
#[clap(about = "Finds the owner of a given file.", visible_alias = "f")]
12
ForFile {
0 commit comments