IslandCreateCommand: add "new" alias

This commit is contained in:
Florian CUNY 2019-01-23 15:39:41 +01:00 committed by GitHub
parent 3b3c8cd050
commit 29d0cb6eb3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@ public class IslandCreateCommand extends CompositeCommand {
* @param islandCommand - parent command
*/
public IslandCreateCommand(CompositeCommand islandCommand) {
super(islandCommand, "create");
super(islandCommand, "create", "new");
}
@Override