Commit d3fe9b31 by Brian Coca

Merge pull request #11084 from echiu64/devel

More complex example of using test-module
parents 8729543c aef76cc7
...@@ -33,6 +33,22 @@ Example: ...@@ -33,6 +33,22 @@ Example:
This is a good way to insert a breakpoint into a module, for instance. This is a good way to insert a breakpoint into a module, for instance.
For more complex arguments such as the following yaml:
```yaml
parent:
child:
- item: first
val: foo
- item: second
val: boo
```
Use:
$ ./hacking/test-module -m module \
-a "{"parent": {"child": [{"item": "first", "val": "foo"}, {"item": "second", "val": "bar"}]}}"
Module-formatter Module-formatter
---------------- ----------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment