edit links in Command-Methods Overview.

master
Craig Oates 5 years ago
parent
commit
312923dff7
  1. 4
      Command-Methods-Overview.md

4
Command-Methods-Overview.md

@ -1,6 +1,6 @@
Without going into too much detail, a "command-method" is a function within the `ConsoleCommands` module. The name "command-method" is inaccurate here but I have used it to remain consistent with Console.Waterworks' (C.W.) terminology. If you would like to know more about command-methods, I recommend you read the following wiki entry;
- [C.W. wiki command-method](https://gitlab.com/craig.oates/Console.Waterworks/wikis/Writing-Command-Methods)
- [Console.Waterworks Wiki -- Writing Command-Methods](https://gitlab.com/craig.oates/Console.Waterworks/wikis/Writing-Command-Methods)
For command-methods to work properly, there are several things they need. Which are as follows;
@ -49,7 +49,7 @@ IMAGE OF COMMAND-METHOD BREAKDOWN
It is not essential to include the help attributes but they do provide help for the end-user and future developers. For more information about the help attributes, please use the following links;
- [Console.Waterworks Wiki](https://gitlab.com/craig.oates/Console.Waterworks)
- [Console.Waterworks Wiki -- Using the "Help Attributes"](https://gitlab.com/craig.oates/Console.Waterworks/wikis/Using-the-%22Help-Attributes%22)
- [Brittle Fish Wiki](https://gitlab.com/craig.oates/Brittle-Fish/wikis/home)
The name of the command-method is what the end-user must enter into the console. If the command-method requires input arguments, the end-user must provide them, as well. For example, please consider the following image;

Loading…
Cancel
Save