mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-02 11:22:47 +00: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