-
Hello I was writing an app that can take Something like $ process -- test -- I can capture the second .arg(Arg::new("foo").action(ArgAction::Append)) I looked at Here's a minimal repro |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
Could you describe your use case for treating Understanding the use case helps to give an idea of both the importance within an application and how likely it is to be used across applications to weigh it, especially as we try to focus on our binary size and compile times. If we do end up supporting something like this, I wonder if pluggable lexers from #2468 could help us handle this. |
Beta Was this translation helpful? Give feedback.
For now, I feel like this is specialized enough that I would wait on #2468.
echo
s CLI is limited enough that you could workaround this byclap_lex
(sharing a dependency withclap
)--help
output