Allow passing args to , run
This commit is contained in:
parent
e1ad6de6d2
commit
1ff8e396cb
1 changed files with 3 additions and 1 deletions
|
@ -76,7 +76,9 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
run = {
|
run = {
|
||||||
exec = ''cargo run'';
|
exec = ''
|
||||||
|
cargo run "$@"
|
||||||
|
'';
|
||||||
description = "Run the project executable";
|
description = "Run the project executable";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue