mirror of
https://github.com/ansible/ansible-documentation.git
synced 2026-03-26 13:18:58 +07:00
Added info about return_skeleton_generator.py
Added info about return_skeleton_generator.py to hacking/README.md
This commit is contained in:
@@ -49,6 +49,12 @@ Use:
|
||||
$ ./hacking/test-module -m module \
|
||||
-a '{"parent": {"child": [{"item": "first", "val": "foo"}, {"item": "second", "val": "bar"}]}}'
|
||||
|
||||
return_skeleton_generator.py
|
||||
----------------------------
|
||||
|
||||
return_skeleton_generator.py helps in generating the RETURNS section of a module. It takes
|
||||
JSON output of a module provided either as a file argument or via stdin.
|
||||
|
||||
Module-formatter
|
||||
----------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user