Comparing version 0.1.0 to 0.2.0
interface EnvVar { | ||
[key: string]: string; | ||
} | ||
declare type Stdio = 'pipe' | 'inherit' | 'ignore'; | ||
export interface CmdOptions { | ||
@@ -10,3 +11,4 @@ detached?: boolean; | ||
shell?: boolean; | ||
stdio?: Stdio; | ||
} | ||
export {}; |
{ | ||
"name": "@w3f/cmd", | ||
"version": "0.1.0", | ||
"version": "0.2.0", | ||
"description": "Command manager", | ||
@@ -5,0 +5,0 @@ "repository": "git@github.com:w3f/cmd-ts.git", |
16234
96