On 1/11/11 5:06 PM, msacks wrote:
> Shall we remote main.Groovy? or is this going to be the entry point
> for modules in the future?

A static entry point is a good idea, but it might be nicer to call it
'Kitty'.

There's a ref to a GUI - I suggest that Kitty is abstract and extended
by KittyCLI and KittyGUI, putting config loading & command parsing in
the parent class.

We can use CliBuilder to parse initial arguments...


p

 
> On Wed, Jan 5, 2011 at 5:53 AM, Pid <[email protected]> wrote:
>> On 1/4/11 10:53 PM, msacks wrote:
>>> At this point, Main.Groovy doesn't actually appear to be serving any
>>> functional purpose.
>>> I do see              config = new ConfigSlurper().parse(new
>>> File('kittyConfig.groovy')).toString()
>>> which appears to be parsing a configuration to be passed to
>>> CmdShell.groovy, but it doesn't look like this is being done at the
>>> moment.
>>>
>>> Can someone confirm?
>>
>> Yes, I can confirm that.
>>
>> The main method in CmdShell is the one being called to start up Kitty.
>>
>>
>> p
>>

Attachment: 0x62590808.asc
Description: application/pgp-keys

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to