mirror of
https://github.com/wassname/talk.git
synced 2026-07-28 11:27:05 +08:00
updates to cli
- removed -c,--config flag in favor of env only or .env files - loads .env always if found - scripts re-written to call cli-serve directly
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@
|
||||
// Interface heavily inspired by the yarn package manager:
|
||||
// https://yarnpkg.com/
|
||||
|
||||
const program = require('./commander');
|
||||
const program = require('commander');
|
||||
const inquirer = require('inquirer');
|
||||
|
||||
// Make things colorful!
|
||||
|
||||
Reference in New Issue
Block a user