Andrea Corbellini
Andrea Corbellini
> But the portable build comes with a run-time switch to ADX code path now[/already]... Yes, I'm aware. That's implemented using jumps (`test`+`jne`), while this PR uses indirect calls, which...
Yes I'm aware of `Command::defer()`, but the problem with `defer` is that it *always* runs *before* the options are parsed. What I would like to have is a way to...
> Why do we need to transition from a `Callback` to a `Value`? We don't generally call the help methods multiple times, so we could just leave it in the...