Improve handling of fd options

This commit is contained in:
Eric Torres 2022-10-01 12:59:49 -07:00
parent 43445e4a73
commit c631528c6a

View File

@ -13,10 +13,10 @@ YELLOW=$'\e[1;33m'
WHITE_BOLD=$'\e[1;37m' WHITE_BOLD=$'\e[1;37m'
RESET=$'\e[0;0m' RESET=$'\e[0;0m'
declare -a extra_fd_opts fd_opts=(--hidden --threads "$(nproc)")
declare -a typeopts declare -a typeopts
# ========== Helper functions ========== # Helper functions
function help() { function help() {
cat << HELPMESSAGE cat << HELPMESSAGE
$(basename "$0") $VERSION $(basename "$0") $VERSION