diff options
| author | Eskil Queseth <eskilq@kth.se> | 2020-10-17 16:16:23 +0200 |
|---|---|---|
| committer | Eskil Queseth <eskilq@kth.se> | 2020-10-17 16:16:23 +0200 |
| commit | b10d20a20496eb9287975fc9fd9b688d59896031 (patch) | |
| tree | 39739e0eafefdf8467f4bf1a9143bea17f1a69c3 /mumctl | |
| parent | d740d78b0b18543928355a7183ba770a6cc0368a (diff) | |
| download | mum-b10d20a20496eb9287975fc9fd9b688d59896031.tar.gz | |
change status data transfer struct
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 592bd6b..cfd48f8 100644 --- a/mumctl/src/main.rs +++ b/mumctl/src/main.rs @@ -88,8 +88,6 @@ fn main() { } Err(e) => println!("{} {}", "error:".red(), e), } - let res = send_command(Command::Status).unwrap().unwrap(); - println!("{:#?}", res); } else if let Some(matches) = matches.subcommand_matches("completions") { app.gen_completions_to("mumctl", match matches.value_of("shell").unwrap_or("zsh") { |
