> Gennadiy E. Rozental
>
> Here what I am looking for to be supported by Command Line Argument
> Framework directly or by means of easy extension:
>
> 1. command line argument formats
>   a. -<one letter key> <value>
>   b. -<one letter key><value>
>   c. -<key> <value>
>   d. -<option> - any length
>   e. /<key> <value> - and all other cases like a,b,c but with /
> instead
>   g. --<key> <value>
>   h. -<key substring> <value>

Will this also support:

tar xvf something.tar