Skip to content

Commit 0eef55f

Browse files
committed
add --workspace-path to build
1 parent cf4e175 commit 0eef55f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ enum SubCommand {
5555
/// Path to mount to the docker image
5656
mount_directory: Option<String>,
5757
/// Path to mount to the workspace root
58+
#[clap(short, long="workspace-path")]
5859
workspace_directory: Option<String>,
5960
/// Which binary file to build (applies to repositories with multiple programs)
6061
#[clap(long)]

0 commit comments

Comments
 (0)