wiregen: adds note about what <count> can be

This commit is contained in:
Michael Schmoock 2021-10-12 13:22:42 +02:00 committed by Rusty Russell
parent d0c7e18995
commit 7c8b12db0b
1 changed files with 3 additions and 0 deletions

View File

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