Skip to content

Commit

Permalink
Merge pull request #115 from tanj/pyflow-script-subargs
Browse files Browse the repository at this point in the history
Work around how structopt eats all options in subcommands
  • Loading branch information
David-OConnor authored May 29, 2021
2 parents ed29c26 + 94a93f4 commit 812fdb4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1006,7 +1006,7 @@ fn run_script(
script_env_path: &Path,
dep_cache_path: &Path,
os: util::Os,
args: &[String],
args: &Vec<String>,
pyflow_dir: &Path,
) {
#[cfg(debug_assertions)]
Expand Down

0 comments on commit 812fdb4

Please sign in to comment.