Add Disclaimers section
This commit is contained in:
parent
5a5784c328
commit
6e254f7fdc
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue