aboutsummaryrefslogtreecommitdiffstats
path: root/mumctl
diff options
context:
space:
mode:
authorGustav Sörnäs <gustav@sornas.net>2020-10-17 02:49:56 +0200
committerGustav Sörnäs <gustav@sornas.net>2020-10-17 02:49:56 +0200
commitd582f729e920442ad106238fee7c278e7e5507de (patch)
tree2107ec186d80b3d8a2160db9608918eefc757e93 /mumctl
parent8ca37b7528ca619610a724d9730d786d027d3ab8 (diff)
downloadmum-d582f729e920442ad106238fee7c278e7e5507de.tar.gz
Revert "hotfix main"
This reverts commit 8ca37b7528ca619610a724d9730d786d027d3ab8.
Diffstat (limited to 'mumctl')
-rw-r--r--mumctl/src/main.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/mumctl/src/main.rs b/mumctl/src/main.rs
index e0beb2f..5c07f7b 100644
--- a/mumctl/src/main.rs
+++ b/mumctl/src/main.rs
@@ -1,10 +1,11 @@
use clap::{App, AppSettings, Arg, Shell, SubCommand};
use colored::Colorize;
-use ipc_channel::ipc::{self, IpcSender};
+use ipc_channel::ipc::{self, IpcReceiver, IpcSender};
use log::*;
use mumlib::command::{Command, CommandResponse};
use mumlib::setup_logger;
use std::{fs, io};
+use colored::Colorize;
macro_rules! err_print {
($func:expr) => {