Skip to content
Snippets Groups Projects
  • Shea Levy's avatar
    98d1b644
    Initialize plugins after handling initial command line flags · 98d1b644
    Shea Levy authored
    This is technically a breaking change, since attempting to set plugin
    files after the first non-flag argument will now throw an error. This
    is acceptable given the relative lack of stability in a plugin
    interface and the need to tie the knot somewhere once plugins can
    actually define new subcommands.
    Initialize plugins after handling initial command line flags
    Shea Levy authored
    This is technically a breaking change, since attempting to set plugin
    files after the first non-flag argument will now throw an error. This
    is acceptable given the relative lack of stability in a plugin
    interface and the need to tie the knot somewhere once plugins can
    actually define new subcommands.