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