feat: Add support for "flatten" (#11)
This commit is contained in:
parent
67e54b4086
commit
437521ff5c
1 changed files with 1 additions and 0 deletions
|
|
@ -39,6 +39,7 @@ pub fn impl_interactive_clap(ast: &syn::DeriveInput) -> TokenStream {
|
|||
| group.stream().to_string().contains("value_enum")
|
||||
| group.stream().to_string().contains("long")
|
||||
| (group.stream().to_string() == *"skip")
|
||||
| (group.stream().to_string() == *"flatten")
|
||||
{
|
||||
clap_attr_vec.push(group.stream())
|
||||
} else if group.stream().to_string().contains("named_arg") {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue