solana/clap-v3-utils/src
behzad nouri 4ec5ea6f7b
replaces assert!(matches!(...)) with assert_matches!(...) (#33068)
assert_matches!(...) provides more informative error message when it
fails and it is part of nightly rust:
https://doc.rust-lang.org/std/assert_matches/macro.assert_matches.html
2023-08-30 13:48:27 -04:00
..
keygen [clap-v3-utils, keygen] Refactor mnemonics, derivation path, and argument parsing clap logic in keygen (#30977) 2023-05-13 14:30:03 +09:00
fee_payer.rs
input_parsers.rs Refactor - Demotes `Arc` to `Rc`. (#32982) 2023-08-25 00:54:06 +02:00
input_validators.rs Move is_niceness logic out of clap utils to reduce dependencies (#32331) 2023-06-29 14:03:36 +02:00
keypair.rs replaces assert!(matches!(...)) with assert_matches!(...) (#33068) 2023-08-30 13:48:27 -04:00
lib.rs [clap-v3-utils, keygen] Refactor mnemonics, derivation path, and argument parsing clap logic in keygen (#30977) 2023-05-13 14:30:03 +09:00
memo.rs
nonce.rs [clap-utils] Remove `--blockhash` arg as a strict requirement when passing `--nonce` (#30864) 2023-03-24 09:48:16 +09:00
offline.rs