What problem does your feature solve?
Command soroban contract optimize should accept multiple wasm binaries under --wasm flag.
If I want to include optimization of release artifacts in CI, I'd like to point to directory and optimize all binaries out there.
What would you like to see?
CLI optimize command accepting multiple wasm binaries.
What alternatives are there?
Calling separate optimize for each single wasm binary.