On 08/21/2012 10:09 PM, Yunkai Zhang wrote: > Now, all collie's command share the same global collie_options, it will > lead to option's name conflict among commands if they use the same options > but with different description. > > By moving the private options into individual structure of each command, and > make collie_options only contain the common part of them, we can solve this > problem. Applied this patch after rebasing to master. Thanks. Yuan |