mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-19 05:44:12 +01:00
wiregen: adds note about what <count> can be
This commit is contained in:
parent
d0c7e18995
commit
7c8b12db0b
@ -16,6 +16,9 @@
|
|||||||
# Subtypes:
|
# Subtypes:
|
||||||
# subtype,<subtypename>
|
# subtype,<subtypename>
|
||||||
# subtypedata,<subtypename>,<fieldname>,<typename>,[<count>]
|
# subtypedata,<subtypename>,<fieldname>,<typename>,[<count>]
|
||||||
|
#
|
||||||
|
# Note: <count> can be a fixed value, a named value read before,
|
||||||
|
# or '...' to read until the end of the current structure.
|
||||||
|
|
||||||
from argparse import ArgumentParser, REMAINDER
|
from argparse import ArgumentParser, REMAINDER
|
||||||
from collections import OrderedDict
|
from collections import OrderedDict
|
||||||
|
Loading…
Reference in New Issue
Block a user