We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a770ba5 commit 373eb86Copy full SHA for 373eb86
1 file changed
lib/logging.sh
@@ -12,3 +12,4 @@ log_info() { printf "${BLUE}i %s${NC}\n" "$*" >&2; }
12
log_success() { printf "${GREEN}ok %s${NC}\n" "$*" >&2; }
13
log_warn() { printf "${YELLOW}! %s${NC}\n" "$*" >&2; }
14
log_error() { printf "${RED}x %s${NC}\n" "$*" >&2; }
15
+log_step() { printf "\n${BLUE}-- %s${NC}\n" "$*" >&2; }
0 commit comments