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=argparse.ArgumentParser("Retrieve components that have snippet matches")
11
+
parser.add_argument("project_name")
12
+
parser.add_argument("version")
13
+
parser.add_argument("-u", "--unconfirmed", action='store_true', help="Use this option to list all the components have un-confirmed snippet matches. Without this option only components with confirmed snippet matches will be included.")
0 commit comments