Код: Выделить всё
@click.option(
"-s",
"--status",
default=True,
is_flag=True,
help="Show status",
)
Подробнее здесь: https://stackoverflow.com/questions/539 ... by-default
Код: Выделить всё
@click.option(
"-s",
"--status",
default=True,
is_flag=True,
help="Show status",
)