BadScript 2
Loading...
Searching...
No Matches
Hidden_Option.cs
Go to the documentation of this file.
2{
3 public class Hidden_Option
4 {
5 [Option('h', "hiddenOption", Hidden = true)]
6 public string HiddenOption { get; set; }
7 }
8}