chore: update to clap v4 & termion v2

This commit is contained in:
graelo 2022-11-07 00:02:27 +01:00
parent 1f79419934
commit 10013a6c6d
9 changed files with 282 additions and 196 deletions

View file

@ -47,7 +47,7 @@ pub(super) const PATTERNS: [(&str, &str); 20] = [
];
/// Type-safe string Pattern Name (newtype).
#[derive(Debug)]
#[derive(Debug, Clone)]
pub struct NamedPattern(pub String, pub String);
/// Parse a name string into `NamedPattern`, used during CLI parsing.