Fix examples for arbitrary process#206
Conversation
|
Hmm, that's a little surprising, I guess this might be a regression from migrating to clap? Would you be able to check if this can fixed with our declarative clap setup instead? |
|
I just had a quick look at the clap documentation and this is documented behavior. And from the clap-doc (https://docs.rs/clap/3.1.18/clap/struct.Arg.html#method.last)
I don't know if there would be another way to get it working without |
|
So could we leave off the |
|
https://github.com/flamegraph-rs/flamegraph/pull/218/files It looks like one of these changes already made it into main, so only the latter is relevant. |
The examples for arbitrary processes seems wrong. At least I had to change them to make them work.