mirror of
https://github.com/natelandau/shell-scripting-templates.git
synced 2025-11-09 05:33:48 -05:00
minor: fix indentation
This commit is contained in:
@@ -174,12 +174,12 @@ dryrun() { _alert_ dryrun "${1}" "${2:-}"; }
|
|||||||
input() { _alert_ input "${1}" "${2:-}"; }
|
input() { _alert_ input "${1}" "${2:-}"; }
|
||||||
header() { _alert_ header "== ${1} ==" "${2:-}"; }
|
header() { _alert_ header "== ${1} ==" "${2:-}"; }
|
||||||
die() {
|
die() {
|
||||||
_alert_ fatal "${1}" "${2:-}"
|
_alert_ fatal "${1}" "${2:-}"
|
||||||
_safeExit_ "1"
|
_safeExit_ "1"
|
||||||
}
|
}
|
||||||
fatal() {
|
fatal() {
|
||||||
_alert_ fatal "${1}" "${2:-}"
|
_alert_ fatal "${1}" "${2:-}"
|
||||||
_safeExit_ "1"
|
_safeExit_ "1"
|
||||||
}
|
}
|
||||||
debug() { _alert_ debug "${1}" "${2:-}"; }
|
debug() { _alert_ debug "${1}" "${2:-}"; }
|
||||||
verbose() { _alert_ debug "${1}" "${2:-}"; }
|
verbose() { _alert_ debug "${1}" "${2:-}"; }
|
||||||
|
|||||||
@@ -147,12 +147,12 @@ dryrun() { _alert_ dryrun "${1}" "${2:-}"; }
|
|||||||
input() { _alert_ input "${1}" "${2:-}"; }
|
input() { _alert_ input "${1}" "${2:-}"; }
|
||||||
header() { _alert_ header "== ${1} ==" "${2:-}"; }
|
header() { _alert_ header "== ${1} ==" "${2:-}"; }
|
||||||
die() {
|
die() {
|
||||||
_alert_ fatal "${1}" "${2:-}"
|
_alert_ fatal "${1}" "${2:-}"
|
||||||
_safeExit_ "1"
|
_safeExit_ "1"
|
||||||
}
|
}
|
||||||
fatal() {
|
fatal() {
|
||||||
_alert_ fatal "${1}" "${2:-}"
|
_alert_ fatal "${1}" "${2:-}"
|
||||||
_safeExit_ "1"
|
_safeExit_ "1"
|
||||||
}
|
}
|
||||||
debug() { _alert_ debug "${1}" "${2:-}"; }
|
debug() { _alert_ debug "${1}" "${2:-}"; }
|
||||||
verbose() { _alert_ debug "${1}" "${2:-}"; }
|
verbose() { _alert_ debug "${1}" "${2:-}"; }
|
||||||
|
|||||||
Reference in New Issue
Block a user