Comparing version 0.4.0 to 0.4.1
@@ -34,2 +34,7 @@ import * as inversify_lib_interfaces_interfaces from 'inversify/lib/interfaces/interfaces'; | ||
declare class CLIError extends Error { | ||
exitCode?: number | undefined; | ||
constructor(message: string, exitCode?: number | undefined); | ||
} | ||
declare const Argv = "argv"; | ||
@@ -43,2 +48,2 @@ declare const Args = "args"; | ||
export { Args, Argv, CLI, Command, CommandArgs, CommandResult, CommandStatic, Stderr, Stdin, Stdout, array, options }; | ||
export { Args, Argv, CLI, CLIError, Command, CommandArgs, CommandResult, CommandStatic, Stderr, Stdin, Stdout, array, options }; |
@@ -37,2 +37,3 @@ "use strict"; | ||
CLI: () => CLI, | ||
CLIError: () => CLIError, | ||
Stderr: () => Stderr, | ||
@@ -212,2 +213,3 @@ Stdin: () => Stdin, | ||
CLI, | ||
CLIError, | ||
Stderr, | ||
@@ -214,0 +216,0 @@ Stdin, |
{ | ||
"name": "sgray", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"author": "cumul <gg6123@naver.com>", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
38178
413