Add clap commands
This commit is contained in:
parent
9a1ba8f1ce
commit
e27694ef85
4 changed files with 194 additions and 0 deletions
|
|
@ -1,5 +1,7 @@
|
|||
pub mod bang;
|
||||
pub mod basic;
|
||||
#[cfg(feature = "clap")]
|
||||
pub mod clap;
|
||||
|
||||
use std::future::Future;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue