diff options
Diffstat (limited to 'getoptOLD/Arg.cs')
-rw-r--r-- | getoptOLD/Arg.cs | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/getoptOLD/Arg.cs b/getoptOLD/Arg.cs deleted file mode 100644 index 0b86cad..0000000 --- a/getoptOLD/Arg.cs +++ /dev/null @@ -1,15 +0,0 @@ -using System;
-
-namespace Gnu
-{
- /// <summary>
- /// An argument for GetOpt
- /// </summary>
- public class Arg
- {
- public char Flag;
- public bool TakesParameter = false;
-
- public string Parameter = "";
- }
-}
|