All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.prezi.pride.cli.commands.RmCommandAlias Maven / Gradle / Ivy

There is a newer version: 0.12.3
Show newest version
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