Improve handling of fd options
This commit is contained in:
		@@ -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
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user