ap.add_argument("--pipeline-id",help="Pipeline ID to download. If omitted, download latest successfull.",default=None)
ap.add_argument("--pipeline-id",help="Pipeline ID to download. If omitted, download latest successfull.",default=None)
ap.add_argument("--pipeline-id-file",help="Store downloaded Pipeline ID in this file and only download if latest pipeline ID doesn't match file contents")
ap.add_argument("--pipeline-id-file",help="Store downloaded Pipeline ID in this file and only download if latest pipeline ID doesn't match file contents")
ap.add_argument("--create-symlink",help="Create symlink to downloaded firmware at the specified path")
ap.add_argument("--create-symlink",help="Create symlink to downloaded firmware at the specified path")
ap.add_argument("--debug",action="store_true",help="Produce lots of debug output")