Refactor response_classes and fix clippy issues
This commit is contained in:
parent
244a7073fe
commit
463bc99b9c
8 changed files with 139 additions and 133 deletions
src
|
@ -1,7 +1,8 @@
|
|||
use clap::{Parser, Subcommand, Args};
|
||||
use telnet::Telnet;
|
||||
use crate::parameter::{Parameter, ParameterList};
|
||||
use crate::response_classes::{ResponseChannel, ResponseClient};
|
||||
use crate::response::channel::ResponseChannel;
|
||||
use crate::response::client::ResponseClient;
|
||||
use crate::utils;
|
||||
|
||||
#[derive(Parser)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue