rhelgeby / smprojectbase

Automatically exported from code.google.com/p/smprojectbase
0 stars 0 forks source link

SM style module tracking #10

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Create command as the shortname of the plugin.  "project" for example.

project is the only server command registered by the base files.

Sub commands:
credits - Lists credits for the creation of the plugin.
modules - Manage all plugin modules
          Sub sub commands:
          info - List info about a module
          list - List all modules
          refresh - Reload all modules
          reload - Reload a module
          unload - Unload a module
          unload_all - Unload all modules
version - Prints version info.

Original issue reported on code.google.com by andrewbo...@gmail.com on 27 Jan 2010 at 5:23

GoogleCodeExporter commented 9 years ago
Done in r13:7b0778c1d94b

Original comment by andrewbo...@gmail.com on 29 Jan 2010 at 7:03