@alterior/command-line
Advanced tools
Comparing version 3.1.4 to 3.2.0
@@ -211,3 +211,3 @@ "use strict"; | ||
term.writeLine(`Unknown option: ${arg}`); | ||
term.writeLine(JSON.stringify(this._options)); | ||
//term.writeLine(JSON.stringify(this._options)); | ||
this.exit(1); | ||
@@ -214,0 +214,0 @@ } |
{ | ||
"name": "@alterior/command-line", | ||
"version": "3.1.4", | ||
"version": "3.2.0", | ||
"description": "Tools for building command line tools using Alterior", | ||
@@ -35,3 +35,3 @@ "main": "dist/index.js", | ||
"homepage": "https://github.com/alterior-mvc/alterior#readme", | ||
"gitHead": "b5836bcd8c2bbbb7cea6902ce7d3a7a2b402d597" | ||
"gitHead": "5b853c5046e4d50d353e0b6f1ad2feef2b9529bb" | ||
} |
@@ -264,3 +264,3 @@ import { Terminal } from "./terminal"; | ||
term.writeLine(`Unknown option: ${arg}`); | ||
term.writeLine(JSON.stringify(this._options)); | ||
//term.writeLine(JSON.stringify(this._options)); | ||
this.exit(1); | ||
@@ -267,0 +267,0 @@ } |
Sorry, the diff of this file is not supported yet
135271
91
2151