<a href="https://github.com/sameerkattel"><img src="https://avatars2.githubusercontent.com/u/6128234?v=4" align="left" width="96" height="96" hspace="10"></img></a> **Issue by [sameerkattel](https://github.com/sameerkattel)** _Friday Oct 21, 2016 at 06:33 GMT_ _Originally opened as https://github.com/gsscoder/commandline/issues/364_ ---- ``` [Option('a', Required = false)] public int a { get; set; } [Option('b', Required = false)] public int b { get; set; } ``` But either a or b should be required.
Friday Oct 21, 2016 at 06:33 GMT
Originally opened as gsscoder/commandline#364
But either a or b should be required.