mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 07:04:22 +01:00
wiregen: adds note about what <count> can be
This commit is contained in:
committed by
Rusty Russell
parent
d0c7e18995
commit
7c8b12db0b
@@ -16,6 +16,9 @@
|
||||
# Subtypes:
|
||||
# subtype,<subtypename>
|
||||
# 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 collections import OrderedDict
|
||||
|
||||
Reference in New Issue
Block a user