solana/clap-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
..
compute_unit_price.rs Cli support compute_unit_price (#26464) 2022-08-02 22:23:05 -05:00
fee_payer.rs Refactor SignerSource to expose DerivationPath to other kinds of signers (#16933) 2021-04-29 01:42:21 -06:00
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 Add solana_clap_utils::hidden_unless_forced() (#30843) 2023-03-22 08:59:17 +00:00
memo.rs Refactor SignerSource to expose DerivationPath to other kinds of signers (#16933) 2021-04-29 01:42:21 -06:00
nonce.rs Refactor SignerSource to expose DerivationPath to other kinds of signers (#16933) 2021-04-29 01:42:21 -06:00
offline.rs Refactor SignerSource to expose DerivationPath to other kinds of signers (#16933) 2021-04-29 01:42:21 -06:00