Add Disclaimers section

This commit is contained in:
The Magician 2023-11-04 22:14:43 +00:00
parent 5a5784c328
commit 6e254f7fdc
1 changed files with 11 additions and 0 deletions

View File

@ -49,6 +49,17 @@ main() {
thebookofcolors "The Book"
printf ' itself.\n'
newline
title "Disclaimers"
thebookofcolors
printf ' is open-source software and is provided as-is with NO WARRANTY under applicable law.\n'
printf 'If any escape codes persist to your terminal session after viewing '
thebookofcolors "The Book"
printf ', use the `reset` command to restore your terminal.\n'
printf 'If you believe you have found a bug, please open an issue on the repository, which can be found at <REPOSITORY_URL_GOES_HERE>.\n'
printf 'If you have a fix for said bug, please submit a pull request instead.\n'
#printf 'Use \\e (or \\033) followed by the control sequence specified next to activate that color.\n'
#printf 'Use the reset sequence "[0m" to remove all set colors and styles.\n'