On Tue Apr 27 13:10:28 2010, KERISMAN wrote:
Show quoted text> What do you think about something like
> "CLI::Framework::Application::Console" (or maybe "::ReadLine") -- a
> specialized version that would offer richer console-specific
features?
Show quoted text> It could support an arg for a prompting character or a readline
object.
Show quoted text> What else might you like to see in such a class?
That looks like a good way to go. When CLIF supports command line
completion, I'd like to extend that into the application, so the
application can fill out parameters that it knows about and CLIF
doesn't. I haven't looked in detail at Term::ReadLine to see what's
involved, but I would hope that this CLIF module would support, or at
least not hinder, this application-level command line completion.