#!/usr/bin/env node #--debug-brk --inspect 'use strict'; const Command = require('..'); new Command().start();