Console commands

The console commands are some functions that we can carry out with Latino before executing it in our console or terminal.

Below is a table with the console commands available in Latino.


Commands

Show the Help menu

The help menu can be executed with the following:

latino -a
latino --ayuda
latino --help
../_images/latinoAyudaTerminal.gif

Run a command

To run a command with Latino in the console, you can use the following:

latino -e *Latino code*
../_images/latinoEjecutarTerminal.gif

Show Latino version

To show the version of Latino that is installed on our system, you can use the following command:

latino -v
latino --version
../_images/latinoVersionTerminal.gif

Close Latino in the console

If after starting Latino on your console, you want to close the program, you can press the following keyboard combination:

Ctrl + C

You can also exit Latino by running the command explained here.

../_images/latinoSalirTerminal.gif