forked from kvz/bash3boilerplate
-
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.
feat(debug): Add color and line numbers to debug
- [x] feat(debug): ✨ add color to PS4 prompt - [x] use `strftime(3)` formatting - [x] standardise timestamps to UTC - [x] save and restore TZ if sourced - [x] perf(log): ⚡️ use `printf` to remove fork() to date in - [x] perf(debug): do not `xtrace` log function - [x] refactor(err_report): 🔨 prevent potential ERR trap recursion - [x] style(): 🚨 shellcheck linting to pass CI - [x] docs(README): 👥 add @virgilwashere to authors - [x] docs(changelog): 📝 changelog entries for debug mode - [x] ✅ `main-debug-ps4` scenario and fixture - kvz#103 - kvz#105 - kvz#107 ---- PR created with `GitHub Pull Request` inside `vscode` 😁
- Loading branch information
1 parent
7b7d31a
commit 7f144c6
Showing
8 changed files
with
282 additions
and
19 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
1 |
Oops, something went wrong.