mirror of
https://github.com/vmstan/gravity-sync.git
synced 2025-06-22 13:50:31 -04:00
Make it BOLD
This commit is contained in:
parent
e4ee005953
commit
69cda511aa
@ -57,6 +57,7 @@ CYAN='\033[0;96m'
|
|||||||
YELLOW='\033[0;93m'
|
YELLOW='\033[0;93m'
|
||||||
PURPLE='\033[0;95m'
|
PURPLE='\033[0;95m'
|
||||||
BLUE='\033[0;94m'
|
BLUE='\033[0;94m'
|
||||||
|
BOLD='\033[1m'
|
||||||
NC='\033[0m'
|
NC='\033[0m'
|
||||||
|
|
||||||
# Message Codes
|
# Message Codes
|
||||||
@ -886,7 +887,7 @@ function list_gs_arguments {
|
|||||||
## Show Version
|
## Show Version
|
||||||
function show_version {
|
function show_version {
|
||||||
echo -e "========================================================"
|
echo -e "========================================================"
|
||||||
MESSAGE="${PROGRAM} by ${CYAN}@vmstan${NC}"
|
MESSAGE="${BOLD}${PROGRAM}${NC} by ${CYAN}@vmstan${NC}"
|
||||||
echo_info
|
echo_info
|
||||||
|
|
||||||
MESSAGE="${BLUE}https://github.com/vmstan/gravity-sync${NC}"
|
MESSAGE="${BLUE}https://github.com/vmstan/gravity-sync${NC}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user