Skip to content

Added params keyword for aliases in VerbAttribute constructor#865

Open
rombethor wants to merge 1 commit intocommandlineparser:developfrom
rombethor:i864-verb-aliases-params
Open

Added params keyword for aliases in VerbAttribute constructor#865
rombethor wants to merge 1 commit intocommandlineparser:developfrom
rombethor:i864-verb-aliases-params

Conversation

@rombethor
Copy link

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

@ericnewton76
Copy link
Member

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

@rombethor
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants