diff options
author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2023-01-30 22:42:51 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-30 22:42:51 +0300 |
commit | 6bf4a7dbeccc63c20220fce08a02d0893d75b83a (patch) | |
tree | b317e76f6c88795d46e7775e4e4cfe91bb32eea3 | |
parent | 7763e0b7db6a16f2efececb6ffa9bd917a9eb5de (diff) |
Automated documentation update (#431)
Automated documentation update [skip ci]
Co-authored-by: github-actions <github-actions@github.com>
-rw-r--r-- | src/powershell/README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/powershell/README.md b/src/powershell/README.md index ba300d5..ccc62f7 100644 --- a/src/powershell/README.md +++ b/src/powershell/README.md @@ -16,6 +16,7 @@ Installs PowerShell along with needed dependencies. Useful for base Dockerfiles | Options Id | Description | Type | Default Value | |-----|-----|-----|-----| | version | Select or enter a version of PowerShell. | string | latest | +| modules | Optional comma separated list of PowerShell modules to install. | string | - | |