On May 18, 2011, at 9:39 PM, Jeff Blaine <[email protected]> wrote:

> On 5/18/2011 9:14 PM, Derrick Brashear wrote:
>> basically you have some number of "slots" in the parm array which are
>> the switches. all this does is skip to a fixed offset before the next
>> AddParm is processed and thus fills a slot in the array.
>> 
>> so the assumption here is no command has more than 12 of its own
>> parameters, and the "generic" flags can always be added from offset 12
>> onward.
> 
> I think I get it.
> 
> Above, "no command" = "no vos subcommand", right?

Yes
> 
> And ultimately then for my changes I do not need to
> alter the offset the COMMONPARMS get fed to, but it
> would need to be altered if the decision was made to
> allow more than 12 arguments to one vos "subcommand"?

Yes
> 
>> On Wed, May 18, 2011 at 9:10 PM, Jeff Blaine<[email protected]>  wrote:
>>> Okay, I've made all -noexecute flags hidden, added
>>> -dryrun where there was a -noexecute, and normalized
>>> the help text for existing and new -dryrun args.
>>> 
>>> 

Reply via email to