Skip to content

Commit f0ad7b9

Browse files
committed
Reconcile docs/CLI.md to Symfony 5.4 generated one
Also, add some post-edition to avoid local paths to be shown.
1 parent cdabbed commit f0ad7b9

File tree

2 files changed

+426
-235
lines changed

2 files changed

+426
-235
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,4 +88,5 @@ docs/CLI.md: $(CMDS)
8888
@echo "" >> $@
8989
@echo "<!-- AUTOMATICALLY GENERATED VIA: make $@ -->" >> $@
9090
@php bin/moodle-plugin-ci list --format md | sed 1,2d >> $@
91+
@sed -i "s~${PWD}~/path/to~" $@
9192
@echo "REGENERATED $@"

0 commit comments

Comments
 (0)