From 0f0cfad974b9df860c652610eae3b27749113cf9 Mon Sep 17 00:00:00 2001 From: Xavier Delaruelle Date: Sun, 15 Sep 2024 15:03:31 +0200 Subject: [PATCH] doc: desc. PowerShell support in MIGRATING --- MIGRATING.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/MIGRATING.rst b/MIGRATING.rst index fe7fa11b..d31b231c 100644 --- a/MIGRATING.rst +++ b/MIGRATING.rst @@ -112,6 +112,19 @@ without ``arm64`` among the possible values. This prefix is recognized on module search context (i.e., :subcmd:`avail`, :subcmd:`whatis` and :subcmd:`paths` sub-commands). +PowerShell support +------------------ + +Support for PowerShell (``pwsh``) is added. This shell may be used with +Modules on either Unix or Windows platforms. All main :ref:`kind of +environment changes are supported`. + +A ``envmodule`` shell function is configured on PowerShell, as ``module`` is a +reserved keyword on this shell. + +The Windows-specific distribution zipball of Modules has been updated to also +contain the required files to setup PowerShell support. + v5.4 ====