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