Skip to content
This repository has been archived by the owner on Nov 13, 2023. It is now read-only.

Commit

Permalink
Add default value to the validate definition
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew W. Harn <andrew.harn@broadcom.com>
  • Loading branch information
awharn committed Jul 29, 2021
1 parent 05f5bd5 commit 728a3c5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ export const validateDefinition: ICommandDefinition = {
type: "boolean",
description: "Treat validation warnings as errors. Requires fail-on-error.",
required: false,
defaultValue: false,
implies: ["fail-on-error"]
}
],
Expand Down

0 comments on commit 728a3c5

Please sign in to comment.