Skip to content

Commit

Permalink
fix: actually fix
Browse files Browse the repository at this point in the history
  • Loading branch information
willemneal committed Jun 20, 2024
1 parent bc06dfb commit b0d03d5
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 16 deletions.
26 changes: 13 additions & 13 deletions FULL_HELP_DOCS.md
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ Get Id of builtin Soroban Asset Contract. Deprecated, use `soroban contract id a
Possible values: `true`, `false`

* `--config-dir <CONFIG_DIR>` — Location of config directory, default is "."
* `-y`, `--check` — Check with user before signature
* `--check` — Check with user before signature. Eventually this will be replaced with `--yes`, which does the opposite and will force a check without --yes

Possible values: `true`, `false`

Expand All @@ -245,7 +245,7 @@ Deploy builtin Soroban Asset Contract
Possible values: `true`, `false`

* `--config-dir <CONFIG_DIR>` — Location of config directory, default is "."
* `-y`, `--check` — Check with user before signature
* `--check` — Check with user before signature. Eventually this will be replaced with `--yes`, which does the opposite and will force a check without --yes

Possible values: `true`, `false`

Expand Down Expand Up @@ -408,7 +408,7 @@ If no keys are specified the contract itself is extended.
Possible values: `true`, `false`

* `--config-dir <CONFIG_DIR>` — Location of config directory, default is "."
* `-y`, `--check` — Check with user before signature
* `--check` — Check with user before signature. Eventually this will be replaced with `--yes`, which does the opposite and will force a check without --yes

Possible values: `true`, `false`

Expand Down Expand Up @@ -452,7 +452,7 @@ Deploy a wasm contract
Possible values: `true`, `false`

* `--config-dir <CONFIG_DIR>` — Location of config directory, default is "."
* `-y`, `--check` — Check with user before signature
* `--check` — Check with user before signature. Eventually this will be replaced with `--yes`, which does the opposite and will force a check without --yes

Possible values: `true`, `false`

Expand Down Expand Up @@ -535,7 +535,7 @@ Deploy builtin Soroban Asset Contract
Possible values: `true`, `false`

* `--config-dir <CONFIG_DIR>` — Location of config directory, default is "."
* `-y`, `--check` — Check with user before signature
* `--check` — Check with user before signature. Eventually this will be replaced with `--yes`, which does the opposite and will force a check without --yes

Possible values: `true`, `false`

Expand All @@ -561,7 +561,7 @@ Deploy normal Wasm Contract
Possible values: `true`, `false`

* `--config-dir <CONFIG_DIR>` — Location of config directory, default is "."
* `-y`, `--check` — Check with user before signature
* `--check` — Check with user before signature. Eventually this will be replaced with `--yes`, which does the opposite and will force a check without --yes

Possible values: `true`, `false`

Expand Down Expand Up @@ -637,7 +637,7 @@ Install a WASM file to the ledger without creating a contract instance
Possible values: `true`, `false`

* `--config-dir <CONFIG_DIR>` — Location of config directory, default is "."
* `-y`, `--check` — Check with user before signature
* `--check` — Check with user before signature. Eventually this will be replaced with `--yes`, which does the opposite and will force a check without --yes

Possible values: `true`, `false`

Expand Down Expand Up @@ -698,7 +698,7 @@ soroban contract invoke ... -- --help
Possible values: `true`, `false`

* `--config-dir <CONFIG_DIR>` — Location of config directory, default is "."
* `-y`, `--check` — Check with user before signature
* `--check` — Check with user before signature. Eventually this will be replaced with `--yes`, which does the opposite and will force a check without --yes

Possible values: `true`, `false`

Expand Down Expand Up @@ -779,7 +779,7 @@ Print the current value of a contract-data ledger entry
Possible values: `true`, `false`

* `--config-dir <CONFIG_DIR>` — Location of config directory, default is "."
* `-y`, `--check` — Check with user before signature
* `--check` — Check with user before signature. Eventually this will be replaced with `--yes`, which does the opposite and will force a check without --yes

Possible values: `true`, `false`

Expand Down Expand Up @@ -826,7 +826,7 @@ If no keys are specificed the contract itself is restored.
Possible values: `true`, `false`

* `--config-dir <CONFIG_DIR>` — Location of config directory, default is "."
* `-y`, `--check` — Check with user before signature
* `--check` — Check with user before signature. Eventually this will be replaced with `--yes`, which does the opposite and will force a check without --yes

Possible values: `true`, `false`

Expand Down Expand Up @@ -1501,7 +1501,7 @@ Simulate a transaction envelope from stdin
Possible values: `true`, `false`

* `--config-dir <CONFIG_DIR>` — Location of config directory, default is "."
* `-y`, `--check` — Check with user before signature
* `--check` — Check with user before signature. Eventually this will be replaced with `--yes`, which does the opposite and will force a check without --yes

Possible values: `true`, `false`

Expand All @@ -1526,7 +1526,7 @@ Sign a transaction with a ledger or local key
Possible values: `true`, `false`

* `--config-dir <CONFIG_DIR>` — Location of config directory, default is "."
* `-y`, `--check` — Check with user before signature
* `--check` — Check with user before signature. Eventually this will be replaced with `--yes`, which does the opposite and will force a check without --yes

Possible values: `true`, `false`

Expand All @@ -1551,7 +1551,7 @@ Send a transaction envelope to the network
Possible values: `true`, `false`

* `--config-dir <CONFIG_DIR>` — Location of config directory, default is "."
* `-y`, `--check` — Check with user before signature
* `--check` — Check with user before signature. Eventually this will be replaced with `--yes`, which does the opposite and will force a check without --yes

Possible values: `true`, `false`

Expand Down
1 change: 0 additions & 1 deletion cmd/crates/soroban-test/tests/it/integration/tx.rs
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ fn sign(sandbox: &TestEnv, tx_env: TransactionEnvelope) -> TransactionEnvelope {
.new_assert_cmd("tx")
.arg("sign")
.arg("--source=test")
.arg("-y")
.write_stdin(tx_env.to_xdr_base64(Limits::none()).unwrap().as_bytes())
.assert()
.success()
Expand Down
4 changes: 2 additions & 2 deletions cmd/soroban-cli/src/commands/config/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ pub struct Args {
#[command(flatten)]
pub locator: locator::Args,

/// Check with user before signature
#[arg(long, short = 'y')]
/// Check with user before signature. Eventually this will be replaced with `--yes`, which does the opposite and will force a check without --yes
#[arg(long)]
pub check: bool,
}

Expand Down

0 comments on commit b0d03d5

Please sign in to comment.