Updated Basic Usage (markdown)

AlessandroZ 2018-10-10 17:55:05 +02:00
parent be688c9113
commit 94cdbb611d
1 changed files with 3 additions and 1 deletions

@ -5,7 +5,9 @@ First of all it is important to know that nearly all commands in pupy have a hel
>> jobs -h >> jobs -h
>> run -h >> run -h
``` ```
This is even true for modules ! For example if you want to know how to use the pyexec module type : This is even true for modules !
For example if you want to know how to use the pyexec module type :
```code ```code
>> run pyexec -h >> run pyexec -h
usage: pyexec [-h] [--file <path>] [-c <code string>] usage: pyexec [-h] [--file <path>] [-c <code string>]