CLI: Consolidate offline arg declarations (#7979)

automerge
This commit is contained in:
Trent Nelson
2020-01-26 01:27:24 -07:00
committed by Grimes
parent cff1bc6e71
commit c13ab9f14e
5 changed files with 84 additions and 129 deletions

View File

@@ -6,6 +6,7 @@ pub mod cluster_query;
pub mod config;
pub mod display;
pub mod nonce;
pub mod offline;
pub mod stake;
pub mod storage;
pub mod validator_info;