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 c577baa commit 3185040Copy full SHA for 3185040
1 file changed
src/main.rs
@@ -9,8 +9,9 @@ use termion::color;
9
use users::{get_current_uid, get_user_by_uid};
10
11
#[derive(StructOpt, Debug)]
12
+#[structopt(name = "nat", about = "the ls replacement you never knew you needed")]
13
struct Cli {
- #[structopt(default_value = ".")]
14
+ #[structopt(parse(from_os_str), default_value = ".", help = "Give me a directory")]
15
path: std::path::PathBuf,
16
}
17
0 commit comments