switched from commander to smartcli

This commit is contained in:
2016-06-25 12:28:51 +02:00
parent 9f5c7b0ca0
commit 3ebed47170
6 changed files with 112 additions and 112 deletions

View File

@@ -1,6 +1,5 @@
import "typings-global";
export import beautylog = require("beautylog");
export let commander = require("commander");
export let gulp = require("gulp");
export let gulpFunction = require("gulp-function");
export import path = require("path");
@@ -8,6 +7,7 @@ export import projectinfo = require("projectinfo");
export let q = require("q");
export let request = require("request");
export let shelljs = require("shelljs");
export import smartcli = require("smartcli");
export import smartfile = require("smartfile");
export import smartparam = require("smartparam");
export import smartssh = require("smartssh");