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 9676ebbCopy full SHA for 9676ebb
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)]
59
workspace_directory: Option<String>,
60
/// Which binary file to build (applies to repositories with multiple programs)
61
#[clap(long)]
0 commit comments