Reorganize command wrappers
This commit is contained in:
parent
7928eda0d0
commit
12448c26c9
5 changed files with 116 additions and 102 deletions
|
|
@ -1,8 +1,7 @@
|
|||
pub mod bang;
|
||||
pub mod basic;
|
||||
#[cfg(feature = "clap")]
|
||||
pub mod clap;
|
||||
mod hidden;
|
||||
mod prefixed;
|
||||
|
||||
use std::future::Future;
|
||||
|
||||
|
|
@ -15,8 +14,6 @@ use euphoxide::{
|
|||
},
|
||||
};
|
||||
|
||||
pub use self::{hidden::*, prefixed::*};
|
||||
|
||||
#[non_exhaustive]
|
||||
pub struct Context {
|
||||
pub conn: ClientConnHandle,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue