# Files specified on the command line have priority
for arg in "${_args[@]}"; do
playlist "$arg"
unset _queue
declare -a _queue
done
elif ! [ -t 0 ]; then
# If there are none of those, read from STDIN
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.