@smartsoft001/cli
Advanced tools
Comparing version 0.0.42 to 0.0.43
{ | ||
"name": "@smartsoft001/cli", | ||
"version": "0.0.42", | ||
"version": "0.0.43", | ||
"bin": { | ||
@@ -5,0 +5,0 @@ "smart": "smart.js" |
@@ -33,2 +33,6 @@ # @smartsoft001/cli | ||
alias: | ||
`smart g lib [name] [--type=default]` | ||
Parameters: | ||
@@ -35,0 +39,0 @@ <table> |
@@ -28,2 +28,5 @@ "use strict"; | ||
})) | ||
.command('g', 'Generate resource', () => null, (args) => tslib_1.__awaiter(void 0, void 0, void 0, function* () { | ||
yield generate_1.generate(args); | ||
})) | ||
.command('$0', 'Show usage', () => null, (args) => { | ||
@@ -30,0 +33,0 @@ console.log(path_1.basename(args['$0'])); |
Sorry, the diff of this file is not supported yet
11635
170
54