diff options
| author | Eskil Queseth <eskilq@kth.se> | 2020-10-15 22:13:06 +0200 |
|---|---|---|
| committer | Eskil Queseth <eskilq@kth.se> | 2020-10-15 22:13:06 +0200 |
| commit | d38696eaef440f551fde00e91d73e192d1e8e89b (patch) | |
| tree | 63bbfa3e32901e4e633e437f1ce8b910d2692cd8 /mumctl | |
| parent | b156b43b0994017636b153abceb78d86542047d7 (diff) | |
| parent | 8ac1622a4602e6f5eb9a4e4be4ac2e5ea89b4c17 (diff) | |
| download | mum-d38696eaef440f551fde00e91d73e192d1e8e89b.tar.gz | |
Merge branch 'cli' into error-handling
Diffstat (limited to 'mumctl')
| -rw-r--r-- | mumctl/src/main.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mumctl/src/main.rs b/mumctl/src/main.rs index 9bb96a8..4aed39c 100644 --- a/mumctl/src/main.rs +++ b/mumctl/src/main.rs @@ -7,8 +7,6 @@ use std::fs; fn main() { setup_logger(); - // MUMCTL - //temp send command and channel to listener debug!("Creating channel"); let (tx_client, rx_client) = ipc::channel::<mumlib::error::Result<Option<CommandResponse>>>().unwrap(); |
