Niklas Krebs
Niklas Krebs
Hey, i had the same bug. I fixed it with disabling AutoInject in Settings. Just create a file named settings.xml in the folder of the macro and paste this in:...
Hey, i had the same bug. I fixed it with disabling AutoInject in Settings. Just create a file named settings.xml in the folder of the macro and paste this in:...
How would you implement validators on the command then, that check if combinations of given options are valid? For example in pseudocode: if(option1 is given && option2 is not given)...
> You can call `SymbolResult.GetResult`. If it returns `null` or it returns a result where `Implicit` is `true`, then the option or argument was not provided on the command line....
I just noticed this with my coworkers too. On macOS this command does work: ``` --query 'object."some-key"' ``` For my coworkers on windows it does not. They need to add...