@fulminate/core
Advanced tools
Comparing version 2.3.4 to 2.3.5
{ | ||
"name": "@fulminate/core", | ||
"version": "2.3.4", | ||
"version": "2.3.5", | ||
"description": "Core utilities and helper functions used across other @fulminate packages", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -131,7 +131,3 @@ "use strict"; | ||
if (args.item.indexOf('::') === -1) { | ||
shell_writer_1.ShellWriter.blankLine(); | ||
shell_writer_1.ShellWriter.error("Incorrect command syntax for \"" + args.item + "\". Follow the accepted pattern for @fulminate commands:"); | ||
shell_writer_1.ShellWriter.info('+ @path/to/the/file/js::nameOfTheFunctionToRun'); | ||
shell_writer_1.ShellWriter.blankLine(); | ||
process.exit(0); | ||
args.item = "@fulminate::" + args.item.replace('@', ''); | ||
} | ||
@@ -138,0 +134,0 @@ var commandAsArray = args.item.split('::'); |
@@ -6,2 +6,3 @@ "use strict"; | ||
exports.__esModule = true; | ||
var args_resolver_1 = require("./apps/shell/args.resolver"); | ||
__export(require("./apps/filesystem/config.reader")); | ||
@@ -15,2 +16,3 @@ __export(require("./apps/shell/logo.builder")); | ||
__export(require("./apps/shell/args.resolver")); | ||
console.log(args_resolver_1.ShellArgsResolver.resolve()); | ||
//# sourceMappingURL=index.js.map |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
51414
48
980