diff options
author | Prasad Katti <prasadmkatti@gmail.com> | 2017-10-01 14:55:52 -0700 |
---|---|---|
committer | Brian Coca <bcoca@users.noreply.github.com> | 2017-10-02 15:58:57 -0400 |
commit | d6737dcdd49864c1afb5a255e1408193e87e0bca (patch) | |
tree | 20682e887f06afcd31d6f692fc98efb3efcc8f16 /hacking/README.md | |
parent | d313c2d5e9011394975756d6f7347de85b31cdcd (diff) | |
download | ansible-d6737dcdd49864c1afb5a255e1408193e87e0bca.tar.gz |
Added info about return_skeleton_generator.py
Added info about return_skeleton_generator.py to hacking/README.md
Diffstat (limited to 'hacking/README.md')
-rw-r--r-- | hacking/README.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/hacking/README.md b/hacking/README.md index 9ea3df9b49..272ca5f99f 100644 --- a/hacking/README.md +++ b/hacking/README.md @@ -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 ---------------- |