UNPKG

@dxworks/tables

Version:

Converts Dx overview tables csv output to excel file

8 lines (6 loc) 142 B
#! /usr/bin/env node 'use strict' const {tablePicsCommand} = require("./index"); (async () => { tablePicsCommand.parse(process.argv) })();