Add clap commands

This commit is contained in:
Joscha 2024-12-28 00:07:44 +01:00
parent 9a1ba8f1ce
commit e27694ef85
4 changed files with 194 additions and 0 deletions

View file

@ -1,5 +1,7 @@
pub mod bang;
pub mod basic;
#[cfg(feature = "clap")]
pub mod clap;
use std::future::Future;