"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.HistoryCommand = void 0;
const root_command_1 = require("../root-command");
class HistoryCommand extends root_command_1.RootCommand {
}
exports.HistoryCommand = HistoryCommand;