flag.BoolVar(&cmdline.followings,"followings",false,"fetch user followings")
flag.BoolVar(&cmdline.favs,"favs",false,"fetch user favorites")
flag.StringVar(&cmdline.userID,"user-id","","set userID to extract followings, favs or illustrations from")
flag.StringVar(&cmdline.setCookies,"set-cookies","","set cookies for request. PHPSESSID is REQUIRED if you want to see R-18 works. SHOULD be something like PHPSESSID=12345678_MEPujYEEwOfXKYdB9TXeMIxaq7pQPYXA")
flag.StringVar(&cmdline.setProxy,"set-proxy","","set proxy for request")
flag.StringVar(&cmdline.workDirectory,"workdir","","set directory to save images in")
flag.StringVar(&cmdline.userAgent,"user-agent","Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0","set user agent")
flag.BoolVar(&cmdline.printID,"print-id",false,"only print IDs, not download")
flag.BoolVar(&cmdline.printURL,"print-url",false,"only print URLs, not download")
flag.BoolVar(&cmdline.test,"test",false,"test")
flag.StringVar(&cmdline.logErrorsFile,"log-errors","","file to strore failed items")
flag.StringVar(&cmdline.setTagsFile,"set-xattr-file","","[WIP] fetch illustration's tags and write them to xattrs of the specified file. Filename SHOULD be in following formats: <illust_id>_p<page_number>.<file_ext>, illust_<illust_id>_*")
flag.BoolVar(&cmdline.setXAttrTags,"set-xattr",false,"also write tags to xattrs")