fix link in Using the Help Attributes.

master
Craig Oates 5 years ago
parent
commit
819f5aa952
  1. 2
      Using-the-Help-Attributes.md

2
Using-the-Help-Attributes.md

@ -1,6 +1,6 @@
To help users discover features within your console program, Console.Waterworks.Core (C.W.C.) provides a run-time "help" section. It does this by using the (C#/.Net) attributes you attach to your command-methods. It is, also, optional. So, you do not need to decorate your command-methods if you do not want to. If you have cloned this repository, you can see this in action. To do so, run console program and enter "Help" into the prompt. You should see a list of available commands, a description of what they do and how to use them.
![screenshot of help at run-time](attachments/run-time-help-screenshot.png)
![screenshot of help at run-time](attachments/run-time-help.gif)
There are four attributes in total. They are:

Loading…
Cancel
Save