Cli refactor: move cluster query-related functionalities (#6244)

* Reorder and label parse_command's giant match

* Move cluster query processing into separate module

* Reorder and label process_command match
This commit is contained in:
Tyera Eulberg
2019-10-04 20:54:09 -06:00
committed by Michael Vines
parent 896351e0e8
commit e6676b4d4d
3 changed files with 647 additions and 548 deletions

View File

@@ -2,6 +2,7 @@
extern crate lazy_static;
pub mod cli;
pub mod cluster_query;
pub mod config;
pub mod display;
pub mod input_parsers;