mirror of
https://github.com/natelandau/shell-scripting-templates.git
synced 2025-11-15 16:33:47 -05:00
update _alerts_
- 'info' now uses gray text - remove 'verbose' and favor 'debug' - 'input' is now underlined
This commit is contained in:
@@ -107,7 +107,7 @@ _sourceHelperFiles_
|
||||
Basic alerting, logging, and setting color functions (included in `scriptTemplate.sh` by default). Print messages to stdout and to a user specified logfile using the following functions.
|
||||
|
||||
```bash
|
||||
debug "some text" # Printed only when in Verbose mode
|
||||
debug "some text" # Printed only when in verbose (-v) mode
|
||||
info "some text" # Basic informational messages
|
||||
notice "some text" # Messages which should be read. Brighter than 'info'
|
||||
warning "some text" # Non-critical warnings
|
||||
|
||||
Reference in New Issue
Block a user