Baruch
Baruch
Thank you for the hard work! Any estimate of when/if this will be added?
This looks like a specific case of #157294 so is probably a duplicate
Should fix #157294
This probably has nothing to do with starship (I have the same issue without starship). This is just a specific case of #157294 and should probably be closed as a...
@bobbrow That doesn't rebuild or refresh the list of tests automatically. Using the button in the status bar also rebuilds and always runs all tests, including any new ones.
Thank you. I understand that this is a low priority, but maybe if it is on the list someone will look into it. Maybe the two extensions can even be...
That doesn't do the same thing. I realize I made a mistake in the example. It should have been ```c++ #include int main(int argc, char **argv) { CLI::App app{"App"}; int...
If I remember correctly, I wanted lambdas to be treated as a container, allowing the option to be specified multiple times on the command line, with the lambda being called...
This builds on PR #28
This does not address the issue I raised. The issue applied to lambdas. This PR is about flags that map directly to a variable.