master
Craig Oates 4 years ago
parent
commit
ee8775b58f
  1. 3
      Writing-Command-Methods.md

3
Writing-Command-Methods.md

@ -21,10 +21,9 @@ public static string CommandMethodName()
}
```
More examples can be found at the following links:
More examples can be found at the following link:
- [CW_Core_Console's ConsoleCommands.cs](https://git.abbether.net/craig.oates/Console.Waterworks.Core/blob/master/CW_Core_Console/ConsoleCommands.cs)
- [Snippet's Section For Console.Waterworks.Core](https://git.abbether.net/craig.oates/Console.Waterworks.Core/snippets)
What is important to note here is the importance of the command-method names. The names you use are the exact same commands your end-user will enter at run-time. The console's input is, also, case-sensitive. This means you can have two command-methods called `Test` and `test` and have them do different things.

Loading…
Cancel
Save