Skip to content

Commit

Permalink
chore: wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien-R44 committed Apr 27, 2024
1 parent eae8a30 commit 9168360
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/editor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ export class EnvEditor {

/**
* Add key-value pair to the dot-env files.
* If `withEmptyExampleValue` is true, then only the key is added to the
* `.env.example` file.
* If `withEmptyExampleValue` is true then the key will be added with an empty value
* to the `.env.example` file.
*/
add(key: string, value: string | number | boolean, withEmptyExampleValue = false) {
this.#files.forEach((file) => {
Expand Down

0 comments on commit 9168360

Please sign in to comment.