skysync-cli
Version:
SkySync Command Line Interface
21 lines (20 loc) • 461 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.outputFormat = void 0;
exports.outputFormat = {
table: [
{
header: 'ID',
property: 'id'
},
{
header: 'Description',
property: 'description'
},
{
header: 'Enabled',
property: 'disabled',
transform: val => !val
}
]
};