question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Get-Help about_* returns nothing

See original GitHub issue

Steps to reproduce

(get-help about_*) | select name

or trying to create a powershell object

$l = get-help about_*) | select name

Expected behavior

list of all existing “about_*” topics

Actual behavior

Won’t create results and won’t clear the screen after the search.

poshlinuxgethelperr_07

Environment data

Ubuntu 16.04 - powershell_6.0.0-alpha.8-1_amd64-ubuntu.16.04-x64

> $PSVersionTable

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:8 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
Liturgistcommented, Oct 5, 2016

Same result in v6.0.0-alpha.10.

0reactions
chunqingchencommented, Jun 7, 2017

Verified and resolved by PR #3852

Read more comments on GitHub >

github_iconTop Results From Across the Web

Get-Help will not return only returns <CommonParameters>
I've seen several examples just like this so I'm sure it should work. One example (on here) doesn't leave any space blank lines...
Read more >
Bug: Get-Help -Category HelpFile returns nothing #3722
In PowerShell Core Alpha 18 on Mac OS Sierra, I'm receiving no output from the Get-Help -Category HelpFile command. Possibly related to #3503....
Read more >
Get-Help (Microsoft.PowerShell.Core)
To get help for a PowerShell cmdlet, type Get-Help followed by the cmdlet name, ... When you hit Q to exit the help...
Read more >
I Don't Have My Refund - TAS - Taxpayer Advocate Service
You may be a victim of Identity Theft — a common scam is for someone else to use your personal information to file...
Read more >
about Operators - PowerShell
In this example, if no files match, the Get-ChildItem command returns nothing and assigns nothing to $textFiles , which is considered $false ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found