FHPythonUtils / Cli2Gui

Use this module to convert a cli program to a gui

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

model the group type

todo opened this issue · comments

commented

# TODO model the group type
rGroup = item["radio"] # type: ignore
for rElement in rGroup: # type: ignore
argConstruct.append(
widgets.helpFlagWidget(rElement['display_name'], rElement['commands'], # type: ignore
rElement['help'], rElement['dest'])) # type: ignore


This issue was generated by todo based on a TODO comment in be67588. It's been assigned to @FredHappyface because they committed the code.