Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update build/wiki-command-replacer.sh
Co-authored-by: Juliette <663378+jrfnl@users.noreply.github.com>
  • Loading branch information
afilina and jrfnl committed Jul 19, 2025
commit bb2131670db6ca97e2294c3166c36e92d0e78cf2
2 changes: 1 addition & 1 deletion build/wiki-command-replacer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ cd "$(dirname "$0")/.."
MARKER_START='{{COMMAND-OUTPUT "'
MARKER_END='"}}'
ALLOWED_COMMANDS=("phpcs" "phpcbf")
DEFAULT_OPTIONS=("--parallel=1" "--no-cache" "--no-colors" "--report-width=100" "--report=diff")
DEFAULT_OPTIONS=("--parallel=1" "--no-cache" "--no-colors" "--report-width=100")

tokenize_command() {
read -ra TOKENS <<< "$1"
Expand Down