We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eae8a30 commit 9168360Copy full SHA for 9168360
src/editor.ts
@@ -57,8 +57,8 @@ export class EnvEditor {
57
58
/**
59
* Add key-value pair to the dot-env files.
60
- * If `withEmptyExampleValue` is true, then only the key is added to the
61
- * `.env.example` file.
+ * If `withEmptyExampleValue` is true then the key will be added with an empty value
+ * to the `.env.example` file.
62
*/
63
add(key: string, value: string | number | boolean, withEmptyExampleValue = false) {
64
this.#files.forEach((file) => {
0 commit comments