Skip to content
  • Christos Stavrakakis's avatar
    snf_django: Use option groups in SynnefoCommand · c928e21f
    Christos Stavrakakis authored
    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.
    c928e21f