Skip to content
ParsaAlizadeh edited this page Dec 20, 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.

  • -l, --login : The driver will log in to the site. No plain password saved, just saving the cookie.

  • URL as task : You can pass URLs instead of task names. Tests will be fetched from given URL. Also --inplace considered by default in this mode.

Clone this wiki locally