45464748495051
public final String getCommandName() { return "strip"; } public static StripCommand on(Repository repository) { return new StripCommand(repository); }