Ignore:
Timestamp:
8/4/2010 9:23:35 AM (22 months ago)
Author:
lowjoel
Message:

Make the generation of help text for addtask parameters done by the plugins, since the arguments are passed to them, they should document their own CLIs. To do this, the ICliConfigurer interface was modified.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/eraser/Eraser.Manager/IConfigurer.cs

    r2044 r2232  
    5757    { 
    5858        /// <summary> 
    59         /// Displays the help for the current configurer. 
     59        /// Gets the help string for the current configurer. 
    6060        /// </summary> 
    61         void Help(); 
     61        string Help(); 
    6262 
    6363        /// <summary> 
Note: See TracChangeset for help on using the changeset viewer.