add images to Using the Console Program.

master
Craig Oates 5 years ago
parent
commit
3c1107ca0e
  1. 6
      Using-the-Console-Program.md
  2. BIN
      attachments/console-with-cheat-sheet.png
  3. BIN
      attachments/console-with-help.png

6
Using-the-Console-Program.md

@ -16,15 +16,15 @@ I will assume you have downloaded the console program or cloned the repository a
When you start the console, you will see something similiar to the image below.
IMAGE OF CLI AT START
![console at start](attachments/console-with-assembly-info.png)
From here, you can begin entering commands. Before you do, it is worth pointing out two things. The first is you can see a list of all the available commands by typing "help" into the prompt and pressing *ENTER*. The second thing is the program has a built-in "cheat-sheet". The quickest way to access it by entering "cheat" into the prompt. When you do that, you will see a cheat-sheet appear on your desktop. You can, also, use the following link:
- [Cheat Sheet PDF](https://gitlab.com/craig.oates/Smouldering-Beach-Ball/blob/master/SmoulderingBeachBallCLI/cheat-sheet.pdf) (the repositories version)
IMAGE OF HELP COMMAND.
![console with help command](attachments/console-with-help.png)
IMAGE OF CHEATSHEET.
![console with cheat-sheet](attachments/console-with-cheat-sheet.png)
If you go through the "help" section, in the console or PDF, you will notice most of the commands have input arguments. From your point-of-view, they are typical input types (E.G. `int`, `string`). There are limitations, though. The most notable one being the converting from (console) text to other (non-`string`) types. If you would like to know more about these limitations, I recommend you use the following link:

BIN
attachments/console-with-cheat-sheet.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

BIN
attachments/console-with-help.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 63 KiB

Loading…
Cancel
Save