Re: Commons CLI command stype

2013-01-29 Thread Eric Liu
*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 ***

Re: Commons CLI command stype

2013-01-28 Thread 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 ***.jar [COMMAND] [OPTIONS] Well, as you already pointed out

Commons CLI command stype

2013-01-28 Thread Eric Liu
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,