mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-18 21:27:51 +00:00
env add: Fix using empty string as a value
Change-type: patch
This commit is contained in:
parent
66b6eed57c
commit
03bcb6cff7
2
lib/commands/env/add.ts
vendored
2
lib/commands/env/add.ts
vendored
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user