diff --git a/yazi.sh b/yazi.sh index d3cfd61..38a793c 100644 --- a/yazi.sh +++ b/yazi.sh @@ -100,6 +100,13 @@ } if getImports; then + case "$@" in + --silent | -s) + silent=true + echo_warning "Executing script silently.." + ;; + *) silent=false ;; + esac main fi }