habits-cli
Version:
The habits application seeks to help individuals build up healthy habits.
8 lines (7 loc) • 403 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.invitation = void 0;
var models_1 = require("../../models");
var show_1 = require("./show");
var activate_1 = require("./activate");
exports.invitation = new models_1.CommandGroup("invitation", "access test server invitation information").withSubcommands([new show_1.ShowCommand(), new activate_1.ActivateCommand()]);