@drizzle-team/brocli
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -231,4 +231,3 @@ // src/option-builder.ts | ||
const options = command2.options; | ||
if (!options) return void 0; | ||
const optEntries = Object.entries(options); | ||
const optEntries = Object.entries(options ?? {}); | ||
const result = {}; | ||
@@ -235,0 +234,0 @@ const missingRequiredArr = []; |
@@ -5,3 +5,3 @@ { | ||
"author": "Drizzle Team", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"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
101326
759