FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Added -i swtich to powershell for interactive by SteveL-MSFT · Pull Request #3558 · PowerShell/PowerShell · GitHub

Added -i swtich to powershell for interactive - #3558

Merged
Jason Shirk (lzybkr) merged 1 commit into
PowerShell:masterfrom
SteveL-MSFT:powershell-i
Apr 14, 2017
Merged

Added -i swtich to powershell for interactive#3558
Jason Shirk (lzybkr) merged 1 commit into
PowerShell:masterfrom
SteveL-MSFT:powershell-i

Conversation

Copy link
Copy Markdown
Member

On Unix, it is a convention for shells to accept -i for an interactive shell and many
tools expect this behavior (script for example, and when setting powershell as the
default shell) and calls the shell with the -i switch. This change is breaking in
that -i previously could be used as short hand to match -inputformat which now will
need to be -in.

Addresses #3319

…ive shell and many

tools expect this behavior (`script` for example, and when setting powershell as the
default shell) and calls the shell with the `-i` switch.  This change is breaking in
that `-i` previously could be used as short hand to match `-inputformat` which now will
need to be `-in`.
Jason Shirk (lzybkr) merged commit 2851f7e into PowerShell:master Apr 14, 2017
Jason Shirk (lzybkr) added the Breaking-Change breaking change that may affect users label Apr 14, 2017
Steve Lee (SteveL-MSFT) deleted the powershell-i branch April 14, 2017 16:43
Thatgfsj (Thatgfsj) pushed a commit to Thatgfsj/PowerShell that referenced this pull request Aug 6, 2026
On Unix, it is a convention for shells to accept `-i` for an interactive shell and many
tools expect this behavior (`script` for example, and when setting powershell as the
default shell) and calls the shell with the `-i` switch.  This change is breaking in
that `-i` previously could be used as short hand to match `-inputformat` which now will
need to be `-in`.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Breaking-Change breaking change that may affect users

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants


Back | FazBrowse Home | New Git URL