Files
Timothée Mazzucotelli 79f494e2f3 style: Format code
2022-05-21 16:02:47 +02:00

5 lines
98 B
Python

from duty.cli import get_parser
parser = get_parser()
print(f"```\n{parser.format_help()}\n```")