5 Command Methods Overview
Craig Oates edited this page 4 years ago

Without going into too much detail, a command-method is a method which lives in "ConsoleCommands.cs". They are, also, the commands the end-user will enter into the console's prompt at run-time. Instead of duplicating information, I will provide you with a link to the Console.Waterworks (C.W.) wiki. It contains a more comprehensive write-up about what command-methods are. The link for that is as follows:

You can see what command-methods are included with WetPancakeCLI by reading the source code in "ConsoleCommands.cs". You can do that by using the following link:

Up above, I said command-methods are the names of the commands the end-user enters into the console at run-time. To help explain what I mean, please consider the following image.

command-methods matching run-time command