improved documentation

This commit is contained in:
Harrison Deng 2018-12-09 01:09:50 -06:00
parent b6581cfb47
commit 3a0bbc1e89

View File

@ -51,6 +51,8 @@ namespace RecrownedAthenaeum.Tools.CommandProcessor
/// <summary>
/// Returns the help for the given argument for this command. If no argument is defined, general help for the command should be given.
/// If no argument is given (null), then returns overall help statement.
/// Overall help should list possible arguments for user to use "help [command] [arg]" format.
/// Arguments can then be separately returned from help as the help command will pass in the argument the user requests to see in detail in the parameter.
/// </summary>
/// <param name="argument">The argument the help string is for. Can be null for overall command help.</param>
/// <returns>The text to help understand the argument.</returns>