commandline icon indicating copy to clipboard operation
commandline copied to clipboard

Added `params` keyword for aliases in `VerbAttribute` constructor

Open rombethor opened this issue 2 years ago • 2 comments

Added params keyword to VerbAttribute constructor so that it can be used when forming the attribute as follows:

[Verb("my-command", false, "do", "the", "thing")]
public class MyCommandClass
{
   //does the thing
}

Closes #864

rombethor avatar Dec 12 '22 20:12 rombethor

A lot of build errors in the test project related to this change. Can we clean those up?

ericnewton76 avatar Mar 07 '23 18:03 ericnewton76

I think we can close this without a merge. It was proven unnecessary in the issue #864

rombethor avatar Mar 07 '23 18:03 rombethor