You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Andrew Freeman <aw...@adelphia.net> on 2003/02/07 06:40:13 UTC

[CLI] Option.clone() does not set the argName

Shouldn't the Option.clone() have the following line added to it:

	option.setArgName(getArgName());

Andy


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


Re: [CLI] Option.clone() does not set the argName

Posted by John Keyes <jb...@mac.com>.
Yeah it should.  Thanks.

-John K

On Friday, Feb 7, 2003, at 05:40 Europe/Dublin, Andrew Freeman wrote:

> Shouldn't the Option.clone() have the following line added to it:
>
> 	option.setArgName(getArgName());
>
> Andy
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: commons-dev-help@jakarta.apache.org
>
>
- - - - - - - - - - - - - - - - - - - - - - -
Jakarta Commons CLI
http://jakarta.apache.org/commons/cli


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org