mirror of
https://github.com/langchain-ai/markdown-exec.git
synced 2026-08-26 18:46:31 -04:00
5 lines
98 B
Python
5 lines
98 B
Python
from duty.cli import get_parser
|
|
|
|
parser = get_parser()
|
|
print(f"```\n{parser.format_help()}\n```")
|