@@ -64,14 +64,14 @@ Common options that can be used with any of phpBB's CLI commands.
6464 :header: "Option", "Usage"
6565 :delim: |
6666
67- --help (-h) | Display a help message
68- --quiet (-q) | Do not output any message
69- --verbose ( -v,-vv,-vvv) | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
70- --version (-V) | Display this application version
71- --ansi | Force ANSI (colors) output
72- --no-ansi | Disable ANSI (colors) output
73- --no-interaction (-n) | Do not ask any interactive question
74- --safe-mode | Run in Safe Mode (without extensions)
67+ `` --help, -h `` | Display a help message
68+ `` --quiet, -q `` | Do not output any message
69+ `` --verbose, -v, -vv, -vvv `` | Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
70+ `` --version, -V `` | Display this application version
71+ `` --ansi `` | Force ANSI (colors) output
72+ `` --no-ansi `` | Disable ANSI (colors) output
73+ `` --no-interaction, -n `` | Do not ask any interactive question
74+ `` --safe-mode `` | Run in Safe Mode (without extensions)
7575
7676Install phpBB using the CLI
7777===========================
0 commit comments