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 8ab49a1 commit 9c5ec3fCopy full SHA for 9c5ec3f
crates/pluginlab/src/cli.rs
@@ -15,7 +15,7 @@ pub struct Cli {
15
#[arg(long, default_value_t = false)]
16
pub debug: bool,
17
18
- /// Path to the directory to mount (the runtime will only have access to this directory) - default is the current directory
+ /// Path to the directory to mount (the runtime will only have access to this directory)
19
#[arg(long, default_value = ".")]
20
pub dir: PathBuf,
21
0 commit comments