DESCRIPTION
        uninstall-plugin

	Uninstalls a Griffon application plugin.

SYNTAX
        uninstall-plugin [options] name [version] 

ARGUMENTS
        name
                The name of the archetype to uninstall.
        version
                The version of the archetype to install.

OPTIONS
        -- dry-run
                Display the uninstall plan but do not execute it.
        --force
                Forces dependent plugins to be uninstalled, even if required by
                other plugins.
        --framework
                Uninstalls the plugin only if installed as a framework plugin.
        --non-interactive
                Controls if the shell can ask for input or not.
