Open LLSavion opened 3 months ago
These settings:
Conclusion: "doSomething normal --parameters" parameters in the settings are there "doSomething --parameters" parameters in the settings are null Both are ACommand And ACommand is set to default.
When can I expect it?
Probably when someone submits a PR for it and it passes review etc.
So in my opinion if I write "doSomething normal --parameters" it should be equal to "doSomething --parameters"! However when I enter them they both execute the Execute-Function in the ACommand but when I leave out the normal and just write "doSomething --parameters" the parameters in the settings are null instead of the values I passed.