@karmaniverous/get-dotenv 4.4.2 → 4.4.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/getdotenv.cli.mjs +1866 -679
- package/dist/index.cjs +1862 -675
- package/dist/index.mjs +1866 -679
- package/package.json +17 -13
package/README.md
CHANGED
|
@@ -150,7 +150,7 @@ You can also use `getdotenv` from the command line:
|
|
|
150
150
|
#
|
|
151
151
|
# Commands:
|
|
152
152
|
# batch [options] Batch shell commands across multiple working directories.
|
|
153
|
-
# cmd
|
|
153
|
+
# cmd Batch execute command according to the --shell option, conflicts with --command option (default command)
|
|
154
154
|
# help [command] display help for command
|
|
155
155
|
```
|
|
156
156
|
|