Added info about return_skeleton_generator.py

Added info about return_skeleton_generator.py to hacking/README.md
This commit is contained in:
Prasad Katti 2017-10-01 14:55:52 -07:00 committed by Brian Coca
parent d313c2d5e9
commit d6737dcdd4

View file

@ -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
----------------