snf_django: Use option groups in SynnefoCommand
Extend SynnefoCommand to use option groups to distinguish between common and command-specific options, by overriding the 'create_parser' method. The command specific options must be declared in the 'command_option_list' attribute of the SynnefoCommand. Also, we use a custom formatter to pretty-print options.
Showing
Please register or sign in to comment