You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
parser.add_argument('--limit', type=int, help='Limit number of questions to process')
397
405
parser.add_argument('--image-folder', default='discussion_images_temp', help='Path to local folder containing images')
398
406
group=parser.add_mutually_exclusive_group()
399
-
group.add_argument('--clean', action='store_true', help='Delete all discussions, comments, and labels before import')
400
-
group.add_argument('--clean-only', action='store_true', help='Delete all discussions, comments, and labels, then exit')
407
+
group.add_argument('--clean', action='store_true', help='Delete all discussions, comments, and labels in the repo before import')
408
+
group.add_argument('--clean-only', action='store_true', help='Delete all discussions, comments, and labels, in the repo then exit')
409
+
parser.add_argument('--clean-category', action='store_true', help='Used with --category and --clean or --clean-only to delete all discussions, comments, and labels in the specified category')
0 commit comments