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.get = void 0;
var models_1 = require("../../../models");
var endpoint_1 = require("./endpoint");
exports.get = new models_1.CommandGroup("get", "get value for a configuration field").withSubcommands([new endpoint_1.GetEndpointCommand()]);