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