soroban-cli
soroban-cli copied to clipboard
Make global arguments... global.
What
Make global arguments global, so we can use it independently of the command order.
$ stellar contract deploy --wasm target/wasm32-unknown-unknown/release/hello_world.wasm --source alice --network testnet --quiet
CBGMG2H756O2DP4BDDOPW6F5S6EJBJIMW3TXLDZ33236XS5KWZFN5PRP
$ echo $?
0
^Notice that --quiet is being used at the end of the command.
Why
Better UI/UX.
Known limitations
N/A