Skip to content
Parsa Alizadeh edited this page Dec 8, 2020 · 6 revisions

Welcome to the universal-parser-tool wiki!

This page contains general options.

Find more information about parsers in their sections :)


Initialize Options

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 as tests/{i}.in.

  • --output {output} : Same as --input for output samples.

General Options

  • -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.

Clone this wiki locally