Skip to content

Commit f43d52c

Browse files
committed
Provide a rm alias for RegistryRemoveCommand
It's used in tests and CI is weirdly stalling on this particular test so trying something...
1 parent fcaad06 commit f43d52c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

devtools/cli/src/main/java/io/quarkus/cli/RegistryRemoveCommand.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
import io.quarkus.registry.config.RegistryConfig;
1111
import picocli.CommandLine;
1212

13-
@CommandLine.Command(name = "remove", header = "Remove a Quarkus extension registry", description = "%n"
13+
@CommandLine.Command(name = "remove", aliases = "rm", header = "Remove a Quarkus extension registry", description = "%n"
1414
+ "This command will remove a Quarkus extension registry from the registry client configuration.")
1515
public class RegistryRemoveCommand extends BaseRegistryCommand {
1616

0 commit comments

Comments
 (0)