Warning
This module is under development, please do not use it yet.
pyzenkit.zencli.
ZenCLI
Bases: object
object
Base implementation of simple pluggable command line interface
This implementation is fully working on its own, however it is recommended to customize the functionality via inheritance.
cbk_command_list
Generate class name from a module file name
process
register_command
ZenCLIModule
Base class for all pluggable ZenCLI modules
All modules must extend this class. Currently there is no base implementation, but this can change in the future.