mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-11-23 06:03:07 +03:00
test markdown
This commit is contained in:
parent
6f0799d607
commit
7ba7ab471e
@ -47,9 +47,10 @@ There are few commands you should know about
|
||||
|
||||
|
||||
#### Module
|
||||
_*program (usaly python) that execute, do some work and return proper output :)*_
|
||||
_*program (usaly python) that execute, do some work and return proper JSON output :)*_
|
||||
|
||||
This *program* perform specialized task/action (like manage instances in the cloud, execute shell command).
|
||||
|
||||
This program perform specialized task/action (like manage instances in the cloud, execute shell command).
|
||||
The simplest module is called `ping` - it just returns a JSON with `pong` message.
|
||||
|
||||
Example of modules:
|
||||
|
Loading…
Reference in New Issue
Block a user