EasyEngine / cli-language-compare

Dummy project to compare different programming languages for a CLI project
1 stars 1 forks source link

Python + Cement #7

Closed gau1991 closed 6 years ago

gau1991 commented 10 years ago

Features MVC architecture : http://builtoncement.org/

harshadyeola commented 10 years ago

Easy Plugin Architecture

rahul286 commented 10 years ago

Does it make it easy to implement subcommands, arguments and options parsing?

harshadyeola commented 10 years ago

Yes, Its Easy to make any level subcommands. Also can make new command as plugin.

rahul286 commented 10 years ago

Good. Let me know when demo code is completed.

rahul286 commented 9 years ago

Have a look at http://cement.readthedocs.org/en/latest/examples/bash_auto_completion/

and https://github.com/datafolklabs/cement/issues/248

There are some issues surrounding autocompletion