Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- var processor = new Icod.Argh.Processor(
- new Icod.Argh.Definition[] {
- new Icod.Argh.Definition( "help", new System.String[] { "-h", "--help", "/help" } ),
- new Icod.Argh.Definition( "copyright", new System.String[] { "-c", "--copyright", "/copyright" } ),
- new Icod.Argh.Definition( "input", new System.String[] { "-i", "--input", "/input" } ),
- new Icod.Argh.Definition( "output", new System.String[] { "-o", "--output", "/output" } ),
- new Icod.Argh.Definition( "suffix", new System.String[] { "-s", "--suffix", "/suffix" } ),
- new Icod.Argh.Definition( "trim", new System.String[] { "-t", "--trim", "/trim" } ),
- },
- System.StringComparer.OrdinalIgnoreCase
- );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement