From 8204dcad9323bebd4b0b40b84f658fc0bcb66a29 Mon Sep 17 00:00:00 2001 From: Thodoris Greasidis Date: Fri, 20 Oct 2023 11:33:05 +0300 Subject: [PATCH] tag set: Fix using empty string as a value Change-type: patch --- lib/commands/tag/set.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/commands/tag/set.ts b/lib/commands/tag/set.ts index db2549ed..d77e4190 100644 --- a/lib/commands/tag/set.ts +++ b/lib/commands/tag/set.ts @@ -56,6 +56,8 @@ export default class TagSetCmd extends Command { }), }; + // Required for supporting empty string ('') `value` args. + public static strict = false; public static usage = 'tag set [value]'; public static flags = {