windows: add --remote-shell option to select cmd/powershell

This commit is contained in:
nom3ad
2024-07-16 23:38:36 +05:30
committed by Brian May
parent dff6950c4c
commit bac2a6b0c7
5 changed files with 74 additions and 52 deletions

View File

@ -181,6 +181,11 @@ Options
in a non-standard location or you want to provide extra
options to the ssh command, for example, ``-e 'ssh -v'``.
.. option:: --remote-shell
For Windows targets, specify configured remote shell program alternative to defacto posix shell.
It would be either ``cmd`` or ``powershell`` unless something like git-bash is in use.
.. option:: --no-cmd-delimiter
Do not add a double dash (--) delimiter before invoking Python on