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 7828a56 commit 26cd33cCopy full SHA for 26cd33c
tmc-langs-cli/src/app.rs
@@ -68,6 +68,7 @@ pub fn create_app() -> App<'static, 'static> {
68
.about("Returns the amount of free disk space in megabytes left on the partition that contains the given path")
69
.arg(Arg::with_name("path")
70
.help("A path in the partition that should be inspected.")
71
+ .long("path")
72
.required(true)
73
.takes_value(true))
74
)
0 commit comments