我试图将列表作为参数传递给命令行程序。是否有argparse 选项传递列表作为选项?parser.add_argument('-l', '--list', type=list, action='store', dest='list', ...
確定! 回上一頁