Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes #8817 - Add info about end-of-parameters token #8819

Merged
merged 1 commit into from
May 16, 2022
Merged

Fixes #8817 - Add info about end-of-parameters token #8819

merged 1 commit into from
May 16, 2022

Conversation

sdwheeler
Copy link
Contributor

PR Summary

Fixes AB#1949656 - Fixes #8817 - Add info about end-of-parameters token

PR Context

Check the boxes below to indicate the content affected by this PR.

Repository or docset configuration

  • Repo documentation and configuration (.git/.github/.vscode etc.)
  • Docs build files (.openpublishing.* and build scripts)
  • Docset configuration (docfx.json, mapping, bread, module folder)

Conceptual documentation

  • Files in docs-conceptual

Cmdlet reference & about_ topics
When changing cmdlet reference or about_ topics, the changes should be copied to all
relevant versions. Check the boxes below to indicate the versions affected by this change.

  • Preview content
  • Version 7.2 content
  • Version 7.1 content
  • Version 7.0 content
  • Version 5.1 content

PR Checklist

  • I have read the contributors guide and followed the style and process guidelines
  • PR has a meaningful title
  • PR is targeted at the main branch
  • All relevant versions updated
  • Includes content related to issues and PRs - see Closing issues using keywords.
  • This PR is ready to merge and is not Work in Progress. If the PR is work in progress,
    please add the prefix WIP: or [WIP] to the beginning of the title and remove the prefix when
    the PR is ready.

@opbld31
Copy link

opbld31 commented May 16, 2022

Docs Build status updates of commit 4cf019d:

⚠️ Validation status: warnings

File Status Preview URL Details
reference/5.1/Microsoft.PowerShell.Core/About/about_Parsing.md ⚠️Warning View (powershell-5.1) Details
reference/7.0/Microsoft.PowerShell.Core/About/about_Parsing.md ⚠️Warning View (powershell-7) Details
reference/7.1/Microsoft.PowerShell.Core/About/about_Parsing.md ⚠️Warning View (powershell-7.1) Details
reference/7.2/Microsoft.PowerShell.Core/About/about_Parsing.md ⚠️Warning View (powershell-7.2) Details
reference/7.3/Microsoft.PowerShell.Core/About/about_Parsing.md ⚠️Warning View (powershell-7.3) Details
reference/5.1/Microsoft.PowerShell.Core/About/about_Special_Characters.md ✅Succeeded View (powershell-5.1)
reference/7.0/Microsoft.PowerShell.Core/About/about_Special_Characters.md ✅Succeeded View (powershell-7)
reference/7.1/Microsoft.PowerShell.Core/About/about_Special_Characters.md ✅Succeeded View (powershell-7.1)
reference/7.2/Microsoft.PowerShell.Core/About/about_Special_Characters.md ✅Succeeded View (powershell-7.2)
reference/7.3/Microsoft.PowerShell.Core/About/about_Special_Characters.md ✅Succeeded View (powershell-7.3)
reference/docs-conceptual/lang-spec/chapter-08.md ✅Succeeded View (>=powershell-5.1)

reference/5.1/Microsoft.PowerShell.Core/About/about_Parsing.md

  • Line 136, Column 3: [Warning: bookmark-not-found] Cannot find bookmark '#the-stop-parsing-token' in '5.1/Microsoft.PowerShell.Core/About/about_Parsing.md'.

reference/7.0/Microsoft.PowerShell.Core/About/about_Parsing.md

  • Line 136, Column 3: [Warning: bookmark-not-found] Cannot find bookmark '#the-stop-parsing-token' in '7.0/Microsoft.PowerShell.Core/About/about_Parsing.md'.

reference/7.1/Microsoft.PowerShell.Core/About/about_Parsing.md

  • Line 136, Column 3: [Warning: bookmark-not-found] Cannot find bookmark '#the-stop-parsing-token' in '7.1/Microsoft.PowerShell.Core/About/about_Parsing.md'.

reference/7.2/Microsoft.PowerShell.Core/About/about_Parsing.md

  • Line 136, Column 3: [Warning: bookmark-not-found] Cannot find bookmark '#the-stop-parsing-token' in '7.2/Microsoft.PowerShell.Core/About/about_Parsing.md'.

reference/7.3/Microsoft.PowerShell.Core/About/about_Parsing.md

  • Line 136, Column 3: [Warning: bookmark-not-found] Cannot find bookmark '#the-stop-parsing-token' in '7.3/Microsoft.PowerShell.Core/About/about_Parsing.md'.

For more details, please refer to the build report.

If you see build warnings/errors with permission issues, it might be due to single sign-on (SSO) enabled on Microsoft's GitHub organizations. Please follow instructions here to re-authorize your GitHub account to Docs Build.

Note: Broken links written as relative paths are included in the above build report. For broken links written as absolute paths or external URLs, see the broken link report.

Note: Your PR may contain errors or warnings unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them.

For any questions, please:

@michaeltlombardi michaeltlombardi merged commit 296cda0 into MicrosoftDocs:main May 16, 2022
@sdwheeler sdwheeler mentioned this pull request May 16, 2022
15 tasks
@CherryDT
Copy link

Hm, my testing showed that -- is ignored when invoking an Application (and passed on without being swallowed), but with an ExternalScript it is interpreted. The new docs don't seem to clarify that point.

@sdwheeler sdwheeler deleted the sdw-i8817 branch May 17, 2022 16:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Special treatment of -- (double dash) as end-of-parsing should be documented
4 participants