env add: Fix using empty string as a value

Change-type: patch
This commit is contained in:
Thodoris Greasidis 2023-10-20 11:32:49 +03:00
parent 66b6eed57c
commit 03bcb6cff7

View File

@ -90,6 +90,8 @@ export default class EnvAddCmd extends Command {
}),
};
// Required for supporting empty string ('') `value` args.
public static strict = false;
public static usage = 'env add <name> [value]';
public static flags = {