org.codehaus.griffon.cli.shell.command
[Java] Class UninstallArchetypeCommand
java.lang.Object
org.codehaus.griffon.cli.shell.AbstractGriffonCommand
org.codehaus.griffon.cli.shell.command.UninstallArchetypeCommand
@Command(scope = "griffon",
name = "uninstall-archetype",
description = "Uninstalls a Griffon application archetype")
public class UninstallArchetypeCommand
extends AbstractGriffonCommand
- Authors:
- Andres Almiray
- Since:
- 0.9.5
name
@Argument(index = 0,
name = "name",
description = "The name of the archetype to uninstall.",
required = true)
private String name
-
version
@Argument(index = 1,
name = "version",
description = "The version of the archetype to install.",
required = false)
private String version
-
UninstallArchetypeCommand
UninstallArchetypeCommand()
-
Groovy Documentation