p.add_argument("--path",metavar='',default="/",help="Wiki path. Should end with /")
p.add_argument("--path",metavar='',default="/",help="Wiki path. Should end with /")
p.add_argument("--ask","-a",metavar='',default="",help="Ask query to be sent to the wiki API.")
p.add_argument("--ask","-a",metavar='',default="",help="Ask query to be sent to the wiki API.")
p.add_argument("--download","-d",metavar='',default='imgs',help="Local directory to store files from wiki. If no directory provided files wont be downloaded")
p.add_argument("--download","-d",metavar='',default='imgs',help="Local directory to store files from wiki. If not specified, defaults to imgs")
p.add_argument("--verbose","-v",action='store_true',help="Increase verbosity. If not given no files will be downloaded")
p.add_argument("--verbose","-v",action='store_true',help="Increase verbosity. If not given no files will be downloaded")