sys.argv = filter(lambda x: not x.startswith('-psn'), sys.argv)
# old 'help' syntax
if sys.argv[1] == 'help':
if len(sys.argv)>1 and sys.argv[1] == 'help':
sys.argv.remove('help')
sys.argv.append('-h')
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.