solana-with-rpc-optimizations/validator
eloylp 3d91c3f5cf
Refactor, move solana-validator CLI related configs to its own module (#28548)
* Refactor, move validator CLI related stuff to its own module(cli.rs)

The main function of the validator is getting big. Improve readability by moving away the CLI setup stuff to its own module.

* Restore help cli line

* Refactor,  move test validator CLI config to cli.rs module

* Fix  imports (cargo fmt)
2022-11-18 21:39:20 -08:00
..
src Refactor, move solana-validator CLI related configs to its own module (#28548) 2022-11-18 21:39:20 -08:00
.gitignore
Cargo.toml
solana-test-validator