You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,8 @@ Consult `clean-dotenv --help` for the full set of options.
39
39
40
40
Common options:
41
41
42
-
-`--root path`: Defines the root path in which to look for .env files. This is **not recursive**
42
+
-`--root_path`: Defines the root path in which to look for .env files. This is **not recursive**
43
+
-`--keep value1 value2`: Defines which values shall be kept in the .env file. In this example, every variable except for value1 and value2 would be cleaned.
0 commit comments