Reorganize command wrappers

This commit is contained in:
Joscha 2024-12-27 17:56:54 +01:00
parent 7928eda0d0
commit 12448c26c9
5 changed files with 116 additions and 102 deletions

View file

@ -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,