mirror of
https://github.com/tldr-pages/tldr
synced 2026-08-26 14:13:36 +01:00
dolos: add page (#21783)
Co-authored-by: Managor <42655600+Managor@users.noreply.github.com>
This commit is contained in:
co-authored by
Managor
parent
09a68cb7ef
commit
af01b5f096
@@ -0,0 +1,36 @@
|
||||
# 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]}}`
|
||||
Reference in New Issue
Block a user