solana/cli/src
Tyera 68928bb7d6
solana-cli: format strings (#34288)
* Format strings in solana-cli

* Restore some wallet.rs strings that were better before

* Fixup vote.rs string

* Fixup stake.rs string

* Fixup program.rs strings

* Fixup some address_lookup_table.rs strings

* Fixup clap_app.rs string

* Clarify validator_info help

* Fixup cluster_query.rs
2023-12-01 09:00:14 +00:00
..
address_lookup_table.rs solana-cli: format strings (#34288) 2023-12-01 09:00:14 +00:00
checks.rs deprecates Pubkey::new in favor of Pubkey::{,try_}from (#29805) 2023-01-21 18:06:27 +00:00
clap_app.rs solana-cli: format strings (#34288) 2023-12-01 09:00:14 +00:00
cli.rs Decouple program-v4 command processors from CliConfig (#33554) 2023-10-06 03:53:55 -07:00
cluster_query.rs solana-cli: format strings (#34288) 2023-12-01 09:00:14 +00:00
compute_unit_price.rs Cli support compute_unit_price (#26464) 2022-08-02 22:23:05 -05:00
feature.rs solana-cli: format strings (#34288) 2023-12-01 09:00:14 +00:00
inflation.rs Refactor - Demotes `Arc` to `Rc`. (#32982) 2023-08-25 00:54:06 +02:00
lib.rs Processors to compile and send LoaderV4 CLI commands (#33228) 2023-09-18 06:43:33 -07:00
main.rs solana-cli: format strings (#34288) 2023-12-01 09:00:14 +00:00
memo.rs deprecates Pubkey::new in favor of Pubkey::{,try_}from (#29805) 2023-01-21 18:06:27 +00:00
nonce.rs solana-cli: format strings (#34288) 2023-12-01 09:00:14 +00:00
program.rs solana-cli: format strings (#34288) 2023-12-01 09:00:14 +00:00
program_v4.rs solana-cli: format strings (#34288) 2023-12-01 09:00:14 +00:00
spend_utils.rs Use new client crates (#27360) 2022-08-24 10:47:02 -06:00
stake.rs solana-cli: format strings (#34288) 2023-12-01 09:00:14 +00:00
test_utils.rs cli: Don't skip preflight when interacting with programs (#33426) 2023-09-28 15:08:11 +02:00
validator_info.rs solana-cli: format strings (#34288) 2023-12-01 09:00:14 +00:00
vote.rs solana-cli: format strings (#34288) 2023-12-01 09:00:14 +00:00
wallet.rs solana-cli: format strings (#34288) 2023-12-01 09:00:14 +00:00