Leo Lamprecht
8 years ago
No known key found for this signature in database
GPG Key ID: B08517883D5E0E10
1 changed files with
2 additions and
1 deletions
-
bin/now-browse.js
|
|
@ -11,6 +11,7 @@ const Now = require('../lib') |
|
|
|
const login = require('../lib/login') |
|
|
|
const cfg = require('../lib/cfg') |
|
|
|
const {handleError, error} = require('../lib/error') |
|
|
|
const logo = require('../lib/utils/output/logo') |
|
|
|
|
|
|
|
const argv = minimist(process.argv.slice(2), { |
|
|
|
string: ['config', 'token'], |
|
|
@ -25,7 +26,7 @@ const argv = minimist(process.argv.slice(2), { |
|
|
|
|
|
|
|
const help = () => { |
|
|
|
console.log(` |
|
|
|
${chalk.bold('𝚫 now browse')} |
|
|
|
${chalk.bold(`${logo} now browse`)} |
|
|
|
|
|
|
|
${chalk.dim('Options:')} |
|
|
|
|
|
|
|