Cli: app and wallet command reorg (#18955)

* Clean up wallet commands

* Move global args
This commit is contained in:
Tyera Eulberg
2021-07-29 00:19:34 -06:00
committed by GitHub
parent 71f6d839f9
commit 662ccfa558
5 changed files with 859 additions and 801 deletions

View File

@@ -37,3 +37,4 @@ pub mod stake;
pub mod test_utils;
pub mod validator_info;
pub mod vote;
pub mod wallet;