mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 11:25:16 +08:00
af01b5f096
Co-authored-by: Managor <42655600+Managor@users.noreply.github.com>
766 B
766 B
dolos
Plagiarism detection for programming exercises. More information: https://dolos.ugent.be/docs/running.html.
- Run a basic analysis:
dolos run {{path/to/files/*}}
- Run an analysis with a web server view:
dolos run {{[-f|--output-format]}} web {{path/to/files/*}}
- Specify the programming language:
dolos run {{[-l|--language]}} {{language_name}} {{path/to/files/*}}
- Ignore boilerplate/template code:
dolos run {{[-i|--ignore]}} {{path/to/template_file}} {{path/to/files/*}}
- Output a CSV report:
dolos run {{[-f|--output-format]}} csv {{path/to/files/*}}
- Serve an existing analysis report:
dolos serve {{path/to/report_directory}}
- Display help:
dolos {{[-h|--help]}}
- Display version:
dolos {{[-v|--version]}}