@oclif/core
Advanced tools
Comparing version 0.5.23 to 0.5.24
@@ -5,2 +5,9 @@ # Changelog | ||
### [0.5.24](https://github.com/oclif/core/compare/v0.5.23...v0.5.24) (2021-07-22) | ||
### Bug Fixes | ||
* set this.flags to empty object by default ([8f5d5ed](https://github.com/oclif/core/commit/8f5d5ed1f691ed442d88c19087bc50e0dadda88b)) | ||
### [0.5.23](https://github.com/oclif/core/compare/v0.5.22...v0.5.23) (2021-07-19) | ||
@@ -7,0 +14,0 @@ |
@@ -168,2 +168,4 @@ "use strict"; | ||
}; | ||
/** A hash of flags for the command */ | ||
Command._flags = {}; | ||
Command.globalFlags = { | ||
@@ -170,0 +172,0 @@ json: Flags.boolean({ |
{ | ||
"name": "@oclif/core", | ||
"description": "base library for oclif CLIs", | ||
"version": "0.5.23", | ||
"version": "0.5.24", | ||
"author": "Jeff Dickey @jdxcode", | ||
@@ -6,0 +6,0 @@ "bugs": "https://github.com/oclif/core/issues", |
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
197588
5061