Scott Clewell
Results
1
comments of
Scott Clewell
This is possible by making "interactive" and "service" verbs. Make the target classes empty classes, and add the double dash to the verb name: ```c# class Options { [Verb("--interactive")] public...