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

Adds help topic for module. #287

Merged
merged 1 commit into from
Jun 21, 2016
Merged

Adds help topic for module. #287

merged 1 commit into from
Jun 21, 2016

Conversation

rkeithhill
Copy link
Collaborator

If you ship this then users of posh-git will be able to execute "man about_posh-git" and get the info that is currently in the readme.md file. It is recommended that PowerShell modules provide an about help topic for users to get started with using a module. It is also a very handy way of looking up the "legend" for the status prompt.

In case someone has their console width set to 80 chars, we limit each line's length to fewer than 80 chars. Also, PowerShell help files are just text which get dumped to the console. There is currently no support for markdown rendering.

If you ship this then users of posh-git will be able to execute "man about_posh-git" and get the info that is currently in the readme.md file.  It is recommended that PowerShell modules provide an about help topic for users to get started with using a module.  It is also a very handy way looking up the "legend" for the status prompt.
@dahlbyk dahlbyk merged commit 5ed5c05 into dahlbyk:master Jun 21, 2016
@dahlbyk
Copy link
Owner

dahlbyk commented Jun 21, 2016

It would be neat to generate this from the readme somehow, but we'll live with double maintenance for now. Thanks for the contribution!

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.

2 participants