Telokis
Telokis
That's probably the best solution, I think... :/
> I'm against it. Command list MUST be populated rarely and not for small commands like this. > Better to leave it -like-single-option for now. I disagree from an user...
> `list-compilers` is too specific. I've left 'list-programs' for some space. It's because the option is then called `-compiler`. There doesn't seem to be an obvious link between `-list-programs` and...
Seems like a very nice interface! I think it's a good fit, I'm already thinking about throwing Boost.program_options in favor of this!
Any update on this?
So, what's the progress on this. It would be a very nice to have. Are you still discussing it internally or do you wait for a PR?
@Wallacy Hi! Yes, I noticed the release, thanks for telling me. For now, I'm a bit burned out, I don't know when I'll be able to take the time and...
The first one requires a generation step and the second one seems way too complex. This can be done with nothing that complicated. Moreover, I feel like `actions` itself should...
Today I continued and improved my proof of concept to create a `Call` type which perfectly types the `call` function for both the broker and context. A toy is available...
## Update: Actions definitions and calls are 100% strongly typed based on the mapping Here is the real situation where actions are automatically typed based on the mapping. You can...