added scope generation

This commit is contained in:
FroVolod
2021-12-04 14:29:05 +02:00
parent d9329061e1
commit 89b5bee740
+4
View File
@@ -13,3 +13,7 @@ impl ToCli for u128 {
impl ToCli for u64 {
type CliVariant = u64;
}
pub trait ToInteractiveClapContextScope {
type InteractiveClapContextScope;
}