FuelLabs / sway

🌴 Empowering everyone to build reliable and efficient smart contracts.
https://docs.fuel.network/docs/sway/
Apache License 2.0
62.79k stars 5.36k forks source link

Move -o flags under shared section of forc cli #5573

Open kayagokalp opened 7 months ago

kayagokalp commented 7 months ago

Currently -o option is only available to forc build. It should be available to all our tools that does some kind of building operation. We can ensure that by adding it to the shared cli options of the forc.

sdankel commented 1 week ago

Which other tools should it be added to? forc-deploy only builds in release mode by design, and I think that makes sense for forc-run as well.