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 cf4e175 commit 0eef55fCopy full SHA for 0eef55f
src/main.rs
@@ -55,6 +55,7 @@ enum SubCommand {
55
/// Path to mount to the docker image
56
mount_directory: Option<String>,
57
/// Path to mount to the workspace root
58
+ #[clap(short, long="workspace-path")]
59
workspace_directory: Option<String>,
60
/// Which binary file to build (applies to repositories with multiple programs)
61
#[clap(long)]
0 commit comments