azext_edge/edge/params.py [673:682]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                    context.argument(
                        f"{alias}_config",
                        options_list=[f"--{alias}-config"],
                        nargs="+",
                        action="extend",
                        help=f"{moniker} arc extension custom config. Format is space-separated key=value pairs "
                        f"or just the key. This option can be used one or more times.",
                        arg_group="Extension Config",
                    )
                    context.argument(
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



azext_edge/edge/params.py [714:723]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            context.argument(
                f"{alias}_config",
                options_list=[f"--{alias}-config"],
                nargs="+",
                action="extend",
                help=f"{moniker} arc extension custom config. Format is space-separated key=value pairs "
                f"or just the key. This option can be used one or more times.",
                arg_group="Extension Config",
            )
            context.argument(
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



