com.prezi.pride.cli.commands.RmCommandAlias Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pride Show documentation
Show all versions of pride Show documentation
Pride manages multiple Gradle modules as a single Gradle project
package com.prezi.pride.cli.commands;
import io.airlift.command.Command;
@Command(name = "rm", hidden = true, description = "Remove modules from a pride")
public class RmCommandAlias extends RemoveCommand {
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy