mirror of
https://github.com/Drop-OSS/interactive-clap.git
synced 2026-07-19 11:53:35 -04:00
added scope generation
This commit is contained in:
@@ -13,3 +13,7 @@ impl ToCli for u128 {
|
||||
impl ToCli for u64 {
|
||||
type CliVariant = u64;
|
||||
}
|
||||
|
||||
pub trait ToInteractiveClapContextScope {
|
||||
type InteractiveClapContextScope;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user