mirror of
https://github.com/kjuulh/dagger-rs.git
synced 2024-11-08 19:11:47 +01:00
feat: fix codegen
This commit is contained in:
parent
b094ae4f53
commit
ee380928c7
@ -48,6 +48,8 @@ async fn run_codegen(client: Arc<Query>, _subm: &ArgMatches) -> eyre::Result<()>
|
|||||||
.with_exec(vec![
|
.with_exec(vec![
|
||||||
"cargo",
|
"cargo",
|
||||||
"run",
|
"run",
|
||||||
|
"-p",
|
||||||
|
"dagger-bootstrap",
|
||||||
"--",
|
"--",
|
||||||
"generate",
|
"generate",
|
||||||
"--output",
|
"--output",
|
||||||
|
Loading…
Reference in New Issue
Block a user