Move all subcommand handlers to a module

To unclutter in main.rs a bit.
This commit is contained in:
Robbert van der Helm
2020-07-16 13:43:50 +02:00
parent 62d84ca49e
commit f48b5e66ca
3 changed files with 294 additions and 265 deletions
+2
View File
@@ -14,6 +14,8 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <https://www.gnu.org/licenses/>.
//! Utilities for managing yabrigectl's configuration.
use rayon::prelude::*;
use serde_derive::{Deserialize, Serialize};
use std::collections::{BTreeMap, BTreeSet};