We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5dfaf6 commit 53b413bCopy full SHA for 53b413b
1 file changed
aries_cloudagent/config/argparse.py
@@ -74,9 +74,12 @@ def create_argument_parser(*, prog: str = None):
74
75
76
def load_argument_groups(parser: ArgumentParser, *groups: Type[ArgumentGroup]):
77
- """Log a set of argument groups into a parser.
+ """
78
+ Log a set of argument groups into a parser.
79
+
80
Returns:
81
A callable to convert loaded arguments into a settings dictionary
82
83
"""
84
group_inst = []
85
for group in groups:
@@ -1349,6 +1352,7 @@ def get_settings(self, args: Namespace):
1349
1352
class MediationInviteGroup(ArgumentGroup):
1350
1353
1351
1354
Mediation invitation settings.
1355
1356
These can be provided at provision- and start-time.
1357
1358
0 commit comments