Commit bac3f06d authored by Hamaker, Alec's avatar Hamaker, Alec
Browse files

Added todos and usage message update.

parent dbb9d2a5
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
#!/usr/bin/env bash

# TODO - ADD environment detection and corresponding commands depending on environment
# TODO - ADD dependency detection
RED=$'\e\033[0;31m'
GREEN=$'\e\033[0;32m'
YELLOW=$'\e\033[1;33m'
@@ -61,7 +62,7 @@ banner()
usage()
{
    printf "%susage:%s" "$RED" "$NORM"
    printf "./transfer\n\n"
    printf "./transfer [push | pull] <connection name> [table | database] <table/db name>\n\n"

    printf "Print this help message.\n"
    printf " --help | -h)\n\n"