*Thanks *Thomas
2013/1/28 Thomas Neidhart
> On 01/28/2013 06:08 PM, Eric Liu wrote:
> > Hi,
> >
> > I know the default 'Commons CLI' command style is like ' java -jar
> > ***.jar [OPTIONS]'. Can anyone tell me how to make this kind of command
> > style using Commons CLI?
> >
> > java -jar ***
On 01/28/2013 06:08 PM, Eric Liu wrote:
> Hi,
>
> I know the default 'Commons CLI' command style is like ' java -jar
> ***.jar [OPTIONS]'. Can anyone tell me how to make this kind of command
> style using Commons CLI?
>
> java -jar ***.jar [COMMAND] [OPTIONS]
Well, as you already pointed out
Hi,
I know the default 'Commons CLI' command style is like ' java -jar
***.jar [OPTIONS]'. Can anyone tell me how to make this kind of command
style using Commons CLI?
java -jar ***.jar [COMMAND] [OPTIONS]
Thanks,