shuttle icon indicating copy to clipboard operation
shuttle copied to clipboard

feat: quite flag implemented

Open dhruvdabhi101 opened this issue 1 year ago • 0 comments

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 Screenshot 2024-02-02 at 21 59 28

Screenshot 2024-02-02 at 22 02 25

This is very first implementation that came to my mind, but if it needs to be improved please suggest : )

dhruvdabhi101 avatar Feb 02 '24 16:02 dhruvdabhi101