@@ -22,7 +22,7 @@ if [ -z "$ar" ]; then ar="ar"; fi
assign_option() {
set -- "${1#--}" "$2"
set -- "${2:-${1%%=*}}" "${1#*=}"
eval "$1=$2"
eval "$1=\"$2\""
}
assign_toggle() {
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.