UNPKG

now-sync

Version:

A tool to help developers sync their JavaScript resources with ServiceNow.

8 lines (6 loc) 164 B
const CommandParser = require('../command-parser'); module.exports = class List extends CommandParser { action() { // console.log('list', this.args); } };