45464748495051
public final String getCommandName() { return "tags"; } public static TagsCommand on(Repository repository) { return new TagsCommand(repository); }
43444546474849