You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current Get-CommandHelp function returns a limited subset of help data. In many cases, it would be valuable to include more. For example:
Examples
Parameter details
Everything
Possible Solution
Expand Get-CommandHelp to allow parameters similar to Get-Help. In particular:
-Examples -Full
Why?
Consider someone somewhat new. They see the basic syntax shorthand, but there is no explanation of how a parameter should be used, no way to surface command examples, etc. outside of:
Reading source code for a PoshBot plugin
Importing the PoshBot plugin in a PowerShell session
Some sort of external documentation
None of these seem optimal on their own; it would be helpful (IMHO) to expose typical help info through chat as well
Cheers!
The text was updated successfully, but these errors were encountered:
The current
Get-CommandHelp
function returns a limited subset of help data. In many cases, it would be valuable to include more. For example:Possible Solution
Expand
Get-CommandHelp
to allow parameters similar toGet-Help
. In particular:-Examples
-Full
Why?
Consider someone somewhat new. They see the basic syntax shorthand, but there is no explanation of how a parameter should be used, no way to surface command examples, etc. outside of:
None of these seem optimal on their own; it would be helpful (IMHO) to expose typical help info through chat as well
Cheers!
The text was updated successfully, but these errors were encountered: