shuttle
shuttle copied to clipboard
feat: quite flag implemented
Description of change
Implemented --quite
flag for cargo-shuttle run
command.
I added extra flag in RunArgs
struct, then in spin_local_run
function I checked if flag is true or not and accordingly I let print statement do the work
Closes #1602
How has this been tested? (if applicable)
Tested Via running locally.
used this command cargo run -p cargo-shuttle -- run --wd ../temp-project --quite
and output is something like this
This is very first implementation that came to my mind, but if it needs to be improved please suggest : )