| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
why: Standardize shell code blocks for copy-pastability and readability what: - Add console language tag + $ prefix rule - Add line continuation rule for wide multi-flag commands - Scope to documentation shell examples, not doctests
why: Improve copy-pastability and readability of shell examples what: - Ensure all shell blocks use console tag with $ prefix - Fix docs/cli/completion.md shtab examples - Fix CHANGES shell examples
why: Apply the line-splitting rule from Shell Command Formatting guidelines what: - Split pipx install command in CHANGES header - Split long env commands in docs/developing.md
Codecov Report✅ All modified and coverable lines are covered by tests. @@ Coverage Diff @@
## master #1024 +/- ##
=======================================
Coverage 81.01% 81.01%
=======================================
Files 28 28
Lines 2628 2628
Branches 492 492
=======================================
Hits 2129 2129
Misses 368 368
Partials 131 131 ☔ View full report in Codecov by Sentry.
|
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Summary
Changes