Plugin: add_parser_arguments() expected behavior?

I’ve written a plugin which has a required command line switch. In my plugin’s add_parser_arguments(), I specified required=True.

To my surprise, arguments required by my plugin are required even when not using my plugin.

Is that the expected behavior? I expected those arguments to be required only when certbot was invoked with -a myplugin

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.