-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Welcome to the universal-parser-tool wiki!
This page contains general options.
Find more information about parsers in their sections :)
You can run upt init
directly or use these options on upt init
command.
-
--root {root}
: This is default prefix for saving samples. Each parser uses its own suffix. -
--input {input}
: Input files will be created in this format. You can use{i}
for the index of samples. Also, you may use a subdirectory for test files such astests/{i}.in
. -
--output {output}
: Same as--input
for output samples.
-
-i, --inplace
: Test files created in the working directory, and not at the root path. -
-u {url}, --url {url}
: Samples fetched from{url}
. You are free to set any URL. If you use this option, tests will be created in the current working directory. -
-l, --login
: The driver will log in to the site. No plain password saved, just saving the cookie.