Closed
Description
Issue by Ehryk
Saturday Aug 01, 2015 at 06:05 GMT
Originally opened as gsscoder/commandline#212
Persuant to issue #108, I have renamed the default tokenizer to TokenizerGetOpt, and added TokenizerWindows (currently just '/', '//'
variant of TokenizerGetOpt), and TokenizerHybrid (allowing both '-','/' and '--','//'
together). I also added a ITokenizer interface to set a standard for possibly other tokenizers.
Because static classes cannot implement interfaces, the tokenizers are no longer static and must be instantiated before use (which is now done so using TokenizerGetOpt).
Ehryk included the following code: https://github.com/gsscoder/commandline/pull/212/commits
Metadata
Metadata
Assignees
Labels
No labels