-
Notifications
You must be signed in to change notification settings - Fork 905
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Provide ability to navigate directly to online version of help documentation for a command #2867
Comments
Hey @gep13 this is a great idea! How would you like to try your hand at this improvement? |
gep13
added a commit
to gep13/choco
that referenced
this issue
Oct 25, 2022
This commit adds the --online option to all Chocolatey commands, to allow opening of the online help documentation for the command that is being executed. For example, running: choco install -h will output the help documentation to the console, but running: choco install -h --online will not output anything to the command line, and instead open the default browser to the help documentation for the command.
9 tasks
gep13
added a commit
to gep13/choco
that referenced
this issue
Apr 13, 2023
This commit adds the --online option to all Chocolatey commands, to allow opening of the online help documentation for the command that is being executed. For example, running: choco install -h will output the help documentation to the console, but running: choco install -h --online will not output anything to the command line, and instead open the default browser to the help documentation for the command.
gep13
added a commit
to gep13/choco
that referenced
this issue
Apr 13, 2023
This commit adds the --online option to all Chocolatey commands, to allow opening of the online help documentation for the command that is being executed. For example, running: choco install -h will output the help documentation to the console, but running: choco install -h --online will not output anything to the command line, and instead open the default browser to the help documentation for the command.
gep13
added a commit
to gep13/choco
that referenced
this issue
Apr 14, 2023
This commit adds the --online option to all Chocolatey commands, to allow opening of the online help documentation for the command that is being executed. For example, running: choco install -h will output the help documentation to the console, but running: choco install -h --online will not output anything to the command line, and instead open the default browser to the help documentation for the command.
gep13
added a commit
to gep13/choco
that referenced
this issue
Apr 14, 2023
This commit adds the --online option to all Chocolatey commands, to allow opening of the online help documentation for the command that is being executed. For example, running: choco install -h will output the help documentation to the console, but running: choco install -h --online will not output anything to the command line, and instead open the default browser to the help documentation for the command.
gep13
added a commit
to gep13/choco
that referenced
this issue
Apr 19, 2023
This commit adds the --online option to all Chocolatey commands, to allow opening of the online help documentation for the command that is being executed. For example, running: choco install -h will output the help documentation to the console, but running: choco install -h --online will not output anything to the command line, and instead open the default browser to the help documentation for the command.
gep13
added a commit
to gep13/choco
that referenced
this issue
Apr 27, 2023
This commit adds the --online option to all Chocolatey commands, to allow opening of the online help documentation for the command that is being executed. For example, running: choco install -h will output the help documentation to the console, but running: choco install -h --online will not output anything to the command line, and instead open the default browser to the help documentation for the command.
gep13
added a commit
to gep13/choco
that referenced
this issue
May 2, 2023
This commit adds the --online option to all Chocolatey commands, to allow opening of the online help documentation for the command that is being executed. For example, running: choco install -h will output the help documentation to the console, but running: choco install -h --online will not output anything to the command line, and instead open the default browser to the help documentation for the command.
gep13
added a commit
to gep13/choco
that referenced
this issue
May 2, 2023
This commit adds the --online option to all Chocolatey commands, to allow opening of the online help documentation for the command that is being executed. For example, running: choco install -h will output the help documentation to the console, but running: choco install -h --online will not output anything to the command line, and instead open the default browser to the help documentation for the command.
gep13
added a commit
to gep13/choco
that referenced
this issue
May 3, 2023
This commit adds the --online option to all Chocolatey commands, to allow opening of the online help documentation for the command that is being executed. For example, running: choco install -h will output the help documentation to the console, but running: choco install -h --online will not output anything to the command line, and instead open the default browser to the help documentation for the command.
gep13
added a commit
to gep13/choco
that referenced
this issue
May 3, 2023
This commit adds the --online option to all Chocolatey commands, to allow opening of the online help documentation for the command that is being executed. For example, running: choco install -h will output the help documentation to the console, but running: choco install -h --online will not output anything to the command line, and instead open the default browser to the help documentation for the command.
vexx32
added a commit
to gep13/choco
that referenced
this issue
May 3, 2023
Just tweaking the added comment here to make a little more sense and fix a typo.
vexx32
added a commit
that referenced
this issue
May 3, 2023
(#2867) Add --online option to all commands
🎉 This issue has been resolved in version 2.0.0 🎉 The release is available on: Your GitReleaseManager bot 📦🚀 |
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Is Your Feature Request Related To A Problem? Please describe.
I believe that there is a lot of output from the
choco -h
command, and I would like to be able to navigate to the online version of the help documentation, similar to what can be done from PowerShell, for example:Describe The Solution. Why is it needed?
This would make it much easier to get the information I need by reading the online version of the documentation, which is also likely to have the most up to date version of the docs, directly from the command line, without the need to navigate to the docs site.
Additional Context.
N/A
Related Issues
N/A
The text was updated successfully, but these errors were encountered: