How to build a program with command-line interface and autocompletion support?

Hi everyone,

Is there any analog of Cmd.cmd in Python which helps to build CLI
programs with autocompletion support?

Thanks, Kirill.

On Nov 10, 2008, at 10:02 AM, kylichuku wrote:

Hi everyone,

Is there any analog of Cmd.cmd in Python which helps to build CLI
programs with autocompletion support?

Thanks, Kirill.

gem install highline

ri readline

a @ http://codeforpeople.com/