Allow passing args to , run

This commit is contained in:
Sridhar Ratnakumar 2023-06-26 15:14:24 -04:00
parent e1ad6de6d2
commit 1ff8e396cb

View file

@ -76,7 +76,9 @@
}; };
run = { run = {
exec = ''cargo run''; exec = ''
cargo run "$@"
'';
description = "Run the project executable"; description = "Run the project executable";
}; };