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

Impossible to override CertifiedValueArgument.Certify #17

Closed
heribo opened this issue Jun 6, 2016 · 2 comments
Closed

Impossible to override CertifiedValueArgument.Certify #17

heribo opened this issue Jun 6, 2016 · 2 comments

Comments

@heribo
Copy link

heribo commented Jun 6, 2016

Certify is declared internal in CertifiedValueArgument, so it's not possible to extend the library by creating custom argument types as described in the documentation (in RegexCertifiedArgument)

Could you please remove the internal attribute?

@j-maly
Copy link
Owner

j-maly commented Jun 6, 2016

Hi, thanks for reporting this, I'll remove it asap.
On 6 Jun 2016 12:58, "heribo" [email protected] wrote:

Certify is declared internal in CertifiedValueArgument, so it's not
possible to extend the library by creating custom argument types as
described in the documentation (in RegexCertifiedArgument)

Could you please remove the internal attribute?


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#17, or mute the
thread
https://github.com/notifications/unsubscribe/ABX8-oSgSGOAKRMLXLXxvw-UKF73VYSpks5qI_0_gaJpZM4Iux-j
.

@j-maly j-maly closed this as completed in 806dcd8 Jun 6, 2016
@j-maly
Copy link
Owner

j-maly commented Jun 6, 2016

The fix is avail in new version of the nuget package https://www.nuget.org/packages/CommandLineArgumentsParser/3.0.3

If you have an idea for a reusable argument type, pull requests are welcome.

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

No branches or pull requests

2 participants