FuelLabs/forc-wallet

Use common forc utils for formatting error & warning output

sdankel opened this issue · 1 comments

We should use println_error instead of println!

And we should use println_warning for warnings. This will give this plugin a more consistent UX with the rest of forc.

In main.rs we should capture the errors and print them with println_error

I will draft an pr for this issue base on PR #148 , as #148 has implemented "In main.rs we should capture the errors and print them with println_error"