help: reformat all the help text so that it is <80 chars#1754
Merged
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1754 +/- ##
=======================================
Coverage 50.02% 50.02%
=======================================
Files 238 238
Lines 13990 13990
=======================================
Hits 6998 6998
Misses 6992 6992 |
gravyboat
approved these changes
Jun 6, 2018
Member
|
Took a quick look over everything and it looks good. |
Member
Author
|
@gravyboat I think this is OK to merge. |
Member
|
@beardypig Yep thanks for the reminder and the contribution. |
mkbloke
pushed a commit
to mkbloke/streamlink
that referenced
this pull request
Aug 18, 2020
help: reformat all the help text so that it is <80 chars
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
On smaller consoles I noticed that the help text gets a bit garbled with text wrapping, so I fixed it up a bit :)
And I noticed a mistake here: https://github.com/streamlink/streamlink/compare/master...beardypig:docs-80-chars?expand=1#diff-2b258c59b2cac0b01e6240cd4024be63R244
There are probably other mistakes, I might spend some time reading the argument help again :)