soroban-cli icon indicating copy to clipboard operation
soroban-cli copied to clipboard

Make global arguments... global.

Open fnando opened this issue 1 year ago • 0 comments

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

fnando avatar Jul 31 '24 14:07 fnando