Add clap-based commands
This commit is contained in:
parent
48f75a1efd
commit
7928eda0d0
4 changed files with 194 additions and 2 deletions
|
|
@ -1,4 +1,6 @@
|
|||
mod bang;
|
||||
pub mod bang;
|
||||
#[cfg(feature = "clap")]
|
||||
pub mod clap;
|
||||
mod hidden;
|
||||
mod prefixed;
|
||||
|
||||
|
|
@ -13,7 +15,7 @@ use euphoxide::{
|
|||
},
|
||||
};
|
||||
|
||||
pub use self::{bang::*, hidden::*, prefixed::*};
|
||||
pub use self::{hidden::*, prefixed::*};
|
||||
|
||||
#[non_exhaustive]
|
||||
pub struct Context {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue