Updated Basic Usage (markdown)

AlessandroZ 2018-10-19 15:28:26 +02:00
parent aa28c00bee
commit dadbae86a3
1 changed files with 10 additions and 0 deletions

@ -1,3 +1,13 @@
## List commands and modules
To list all commands and aliases use the following command:
```code
>> help
```
For a complete list of modules, run:
```code
>> help -M
```
## Find commands and modules help
First of all it is important to know that nearly all commands in pupy have a help builtin. So if at any moment you are wondering what a command does you can type your command followed by `-h` or `--help`.
```code