Daniel Thorne

Results 1 issues of Daniel Thorne

Added `params` keyword to `VerbAttribute` constructor so that it can be used when forming the attribute as follows: ```c# [Verb("my-command", false, "do", "the", "thing")] public class MyCommandClass { //does the...