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

Get-Help -ShowWindow won't work #1808

Closed
MaximoTrinidad opened this issue Aug 15, 2016 · 12 comments
Closed

Get-Help -ShowWindow won't work #1808

MaximoTrinidad opened this issue Aug 15, 2016 · 12 comments
Labels
Resolution-Fixed The issue is fixed. WG-Interactive-HelpSystem help infrastructure and formatting of help

Comments

@MaximoTrinidad
Copy link

Steps to reproduce

Get-Help Get-Command -ShowWindow

I know this feature might not work but wanted to be reported,

Expected behavior

Popup window with topic or command documentation

Actual behavior

Nothing shows up.

Environment data

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

poshlinuxgethelperr_06

> $PSVersionTable
@lzybkr lzybkr added the WG-Interactive-HelpSystem help infrastructure and formatting of help label Aug 15, 2016
@akelling
Copy link

See this on my Macbook as well

@MaximoTrinidad
Copy link
Author

By the way! This also applies to Windows PowerShell 6.0.0.9.
:)

@SteveL-MSFT SteveL-MSFT added this to the 6.0.0 milestone Sep 29, 2016
@pcgeek86
Copy link

pcgeek86 commented May 6, 2017

Still seeing this on Alpha 18. It launches less without actually displaying any content. @SteveL-MSFT

@SteveL-MSFT SteveL-MSFT modified the milestones: 6.0.0-beta, 6.0.0 May 7, 2017
@SteveL-MSFT
Copy link
Member

-showwindow relies on WPF which isn't supported. -online is "equivalent" for now. Seems like maybe we should remove that switch. In 6.1.0 timeframe, I'd like to support curses and have interactive help at the console (searching, clickable links, etc...)

@MaximoTrinidad
Copy link
Author

Just an FYI

Since I posted this feedback and I understand that can't be done yet, I'm started to play with Python 'tk' library to build the GUI apps. It seems to me like it's an opportunity to use Python in this case. Although I'm not a Python programmer I have figured out a raw sample for displaying results in a limited DataGrid-type view then integrate Python with PowerShell.

This is something to looked at! I think. And, I know it's going to take time to get it done.

:)

poshpythingui_2017-05-07_9-50-40

@pcgeek86
Copy link

pcgeek86 commented May 7, 2017

@MaximoTrinidad Brilliant idea!!

@SteveL-MSFT SteveL-MSFT modified the milestones: 6.0.0-beta, 6.0.0 May 15, 2017
@joeyaiello joeyaiello modified the milestones: 6.1.0, 6.0.0 May 24, 2017
@joeyaiello
Copy link
Contributor

There's also the work being done in https://github.com/PowerShell/Phosphor that's trying to do this with HTML/CSS. Either way, pushing this out as a lower-priority.

@iSazonov
Copy link
Collaborator

Which file format will we use for Help? I see PowerShell-Docs use .md files.

@joeyaiello
Copy link
Contributor

Like for the Get-Help help system? We plan to continue using MAML/XML there for the short-term--PowerShell-Docs uses platyPS to convert our Markdown help to MAML before publishing it--but in the long-term we have a desire to natively support Markdown (but no timeline, it's just a dream we've been discussing for...two years? /cc @vors)

@iSazonov
Copy link
Collaborator

It would be wonderful to open up a Meta-Issue with Plan to add natively support for Markdown help that the desire becomes a reality faster.

@SteveL-MSFT
Copy link
Member

@adityapatwardhan has been investigating the native markdown support and will eventually publish a RFC, we should probably just open an issue now to let people know you're working on this

@SteveL-MSFT
Copy link
Member

Fixed by #4903

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Resolution-Fixed The issue is fixed. WG-Interactive-HelpSystem help infrastructure and formatting of help
Projects
None yet
Development

No branches or pull requests

7 participants