Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.
You must be logged in to block users.
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
import click
from functools import wraps
def help_text_dec(f):
@wraps(f)
Forked from pallets/click
Python composable command line interface toolkit
Python
Python 11.5k 1.2k
Seeing something unexpected? Take a look at the GitHub profile guide.