Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sui-move: drop duplicate
--path
options (#20005)
## Description Use `default_value_if` to instead of using the same alias, and avoid to have panic in debug build. Fix #20003 ## Test plan Reuse existing test cases --- ## Release notes Check each box that your changes affect. If none of the boxes relate to your changes, release notes aren't required. For each box you select, include information after the relevant heading that describes the impact of your changes that a user might notice and any actions they must take to implement updates. - [ ] Protocol: - [ ] Nodes (Validators and Full nodes): - [ ] Indexer: - [ ] JSON-RPC: - [ ] GraphQL: - [X] CLI: add `--run-bytecode-verifier` and `--print-diags-to-stderr` for `sui-move` - [ ] Rust SDK: - [ ] REST API: --------- Co-authored-by: stefan-mysten <[email protected]>
- Loading branch information