Skip to content

Commit 110fbd9

Browse files
committed
Rename command from "Corese-command" to "Corese" for consistency
1 parent 68149bd commit 110fbd9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/main/java/fr/inria/corese/command

src/main/java/fr/inria/corese/command/App.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
import picocli.CommandLine.Help.Ansi.Style;
1212
import picocli.CommandLine.Help.ColorScheme;
1313

14-
@Command(name = "Corese-command", versionProvider = VersionProvider.class, mixinStandardHelpOptions = true, subcommands = {
14+
@Command(name = "Corese", versionProvider = VersionProvider.class, mixinStandardHelpOptions = true, subcommands = {
1515
Convert.class, Query.class, QueryEndpoint.class, Validate.class, Canonicalize.class, GenerateCompletion.class })
1616
public final class App implements Runnable {
1717

0 commit comments

Comments
 (0)