// Parse every arg except for the last one, since that will always be our
// stream URL.
// Parse command line arguments.
fori:=1;i<len(os.Args);i++{
arg:=os.Args[i]
iflen(arg)>=1&&arg[0]=='-'{
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.