Skip to content

Commit

Permalink
add --workspace-path to build
Browse files Browse the repository at this point in the history
  • Loading branch information
ngundotra committed Oct 1, 2024
1 parent cf4e175 commit 0eef55f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ enum SubCommand {
/// Path to mount to the docker image
mount_directory: Option<String>,
/// Path to mount to the workspace root
#[clap(short, long="workspace-path")]
workspace_directory: Option<String>,
/// Which binary file to build (applies to repositories with multiple programs)
#[clap(long)]
Expand Down

0 comments on commit 0eef55f

Please sign in to comment.