We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b85dc3f commit 83b8340Copy full SHA for 83b8340
1 file changed
scripts/helpers
@@ -14,21 +14,17 @@ check_if_installed() {
14
}
15
16
header(){
17
- echo -e "\n${BLUE}${*}\n${LINE}${NC}"
18
-}
19
-
20
-subheader(){
21
- echo -e "\n${BLUE}# ${*}${NC}"
+ echo -e "\n${BLUE}${*}\n${BLUE}${LINE}${NC}"
22
23
24
warning(){
25
- echo -e "${YELLOW}WARNING: ${*}${NC}\n"
+ echo -e "${YELLOW}WARNING: ${*}${NC}"
26
27
28
error(){
29
- echo -e "${RED}ERROR: ${*}${NC}\n"
+ echo -e "${RED}ERROR: ${*}${NC}"
30
31
32
success(){
33
- echo -e "${GREEN}${*}${NC}\n"
+ echo -e "${GREEN}${*}${NC}"
34
0 commit comments