|
@ -10,7 +10,11 @@ import login from '../lib/login'; |
|
|
import * as cfg from '../lib/cfg'; |
|
|
import * as cfg from '../lib/cfg'; |
|
|
import { handleError, error } from '../lib/error'; |
|
|
import { handleError, error } from '../lib/error'; |
|
|
|
|
|
|
|
|
const argv = minimist(process.argv.slice(2)); |
|
|
const argv = minimist(process.argv.slice(2), { |
|
|
|
|
|
// all options are booleans |
|
|
|
|
|
boolean: true |
|
|
|
|
|
}); |
|
|
|
|
|
|
|
|
const help = () => { |
|
|
const help = () => { |
|
|
console.log(` |
|
|
console.log(` |
|
|
${chalk.bold('𝚫 now list')} [app] |
|
|
${chalk.bold('𝚫 now list')} [app] |
|
|