forked from chocolatey/choco
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(chocolateyGH-468) Send Chocolatey Command Help to standard out not Err
Commands such as: choco list -help | more choco list -help | out-host -paging ...did not page as expected. Similarly: choco -help | out-file HelpDetails.txt did not deliver all of the help output to the file. (The workaround of using 2>&1 (or *>&1) is burdensome for the very people who need help in the first place.) So, in line with normal use of NDesk OptionSet, the option descriptions are now written to Console.Out not Console.Error.
- Loading branch information
1 parent
3a2217f
commit 4825062
Showing
4 changed files
with
16 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters