@drizzle-team/brocli
Advanced tools
Comparing version 0.9.1 to 0.9.2
@@ -230,2 +230,3 @@ type OptionType = 'string' | 'boolean' | 'number' | 'positional'; | ||
type: 'unknownCommandEvent'; | ||
commands: Command[]; | ||
cliName: string | undefined; | ||
@@ -232,0 +233,0 @@ offender: string; |
@@ -231,3 +231,3 @@ var __create = Object.create; | ||
author: "Drizzle Team", | ||
version: "0.9.1", | ||
version: "0.9.2", | ||
description: "Typed CLI command runner", | ||
@@ -848,2 +848,3 @@ license: "Apache-2.0", | ||
type: "unknownCommandEvent", | ||
commands, | ||
cliName, | ||
@@ -850,0 +851,0 @@ offender: firstCandidate.data |
@@ -5,3 +5,3 @@ { | ||
"author": "Drizzle Team", | ||
"version": "0.9.1", | ||
"version": "0.9.2", | ||
"description": "Typed CLI command runner", | ||
@@ -8,0 +8,0 @@ "license": "Apache-2.0", |
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
Sorry, the diff of this file is not supported yet
324719
3046