# Iterate over the above list and run any existing "get_" functions.
for info; do
"get_$info"
done
for info; do "get_$info"; done
}
# Position the cursor below both the ascii art and information lines
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.