This commit is contained in:
Kovid Goyal 2013-03-08 15:19:46 +05:30
parent 4e67c9bf59
commit 9f08718ac0

View File

@ -296,7 +296,8 @@ class Plugin(object): # {{{
def cli_main(self, args): def cli_main(self, args):
''' '''
This method is the main entry point for your plugins command line This method is the main entry point for your plugins command line
interface. It is called when the user does: calibre-debug interface. It is called when the user does: calibre-debug -r "Plugin
Name". Any arguments passed are present in the args variable.
''' '''
raise NotImplementedError('The %s plugin has no command line interface' raise NotImplementedError('The %s plugin has no command line interface'
%self.name) %self.name)