Skip to content

Commit

Permalink
Update doc/commands.md
Browse files Browse the repository at this point in the history
Co-authored-by: Maarten Sijm <[email protected]>
  • Loading branch information
mzuenni and mpsijm authored Feb 1, 2025
1 parent b0e0c0b commit 6c157e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ The flags below work for any subcommand:
- `--verbose`/`-v`: Without this, only failing steps are printed to the terminal. With `-v`, progress bars print one line for each processed item. Pass `-v` twice to see all commands that are executed.
- `--contest <directory>`: The directory of the contest to use, if not the current directory. At most one of `--contest` and `--problem` may be used. Useful in CI jobs.
- `--problem <directory>`: The directory of the problem to use, if not the current directory. At most one of `--contest` and `--problem` may be used. Useful in CI jobs.
- `--memory <MB>`/`-m <MB>`: Overrite the maximum amount of memory in MB a subprocess (submission/generator/etc.) may use.
- `--memory <MB>`/`-m <MB>`: Override the maximum amount of memory in MB a program (submission/generator/etc.) may use.
- `--no-bar`: Disable showing progress bars. This is useful when running in non-interactive contexts (such as CI jobs) or on platforms/terminals that don't handle the progress bars well.
- `--error`/`-e`: show full output of failing commands using `--error`. The default is to show a short snippet only.
- `--force-build`: Force rebuilding binaries instead of reusing cached version.
Expand Down

0 comments on commit 6c157e7

Please sign in to comment.