命令:.venv/bin/python lessons/24/build_cli/01_arguments.py --start '春' --form five 标准输出: { "start": "春", "keywords": "", "form": "five" } 标准错误: 退出码:0