habits-cli
Version:
The habits application seeks to help individuals build up healthy habits.
7 lines (6 loc) • 324 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.set = void 0;
var models_1 = require("../../../models");
var endpoint_1 = require("./endpoint");
exports.set = new models_1.CommandGroup("set", "set value for a configuration field").withSubcommands([new endpoint_1.SetEndpointCommand()]);