Added info about return_skeleton_generator.py
Added info about return_skeleton_generator.py to hacking/README.md
This commit is contained in:
parent
d313c2d5e9
commit
d6737dcdd4
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
----------------
|
||||
|
||||
|
|
Loading…
Reference in a new issue