[Bug 62320] Re: [Bug 62320] Auto-generated bzr_man does not contain help for "plugins" command

Alexander Belchenko bialix at ukr.net
Tue Sep 26 07:35:06 BST 2006


Aaron Bentley пишет:
> bialix wrote:
>> Public bug reported:
>>
>> This is because auto-generated bzr_man search only in builtins.py, but
>> "plugins" is magic command, like "help".
> 
> Plugins isn't magic.  It's just hidden, like cmd_rocks, and
> cmd_cat_revision:
> 
> class cmd_plugins(Command):
>     """List plugins"""
>     hidden = True
>     @display_command
>     def run(self):
>         import bzrlib.plugin


I propose to make this command public. I think it's very simple and 
could be usable even for novice.

Is there any reason to keep it hidden?

--
Alexander




More information about the bazaar mailing list