Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added params keyword for aliases in VerbAttribute constructor #865

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

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.

None yet

2 participants