File: argparse_format.py

package info (click to toggle)
markdown-exec 1.10.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 740 kB
  • sloc: python: 2,497; javascript: 180; makefile: 32; sh: 30
file content (4 lines) | stat: -rw-r--r-- 98 bytes parent folder | download | duplicates (2)
1
2
3
4
from duty.cli import get_parser

parser = get_parser()
print(f"```\n{parser.format_help()}\n```")