We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b8e6dc commit 7d0a1bcCopy full SHA for 7d0a1bc
README.md
@@ -76,19 +76,14 @@ project-id * | The identification of the configured project on [PHP-Prefixer](ht
76
# Sample command line
77
php-prefixer-cli prefix \
78
\
79
- # Source Directory
80
/sample/acme_project \
81
82
- # Target Directory
83
/sample/prefixed_project \
84
85
- # Personal Access Token
86
789|1234567890123456789012345678901234567890 \
87
88
- # Project ID
89
123456 \
90
91
- # GitHub Access Token
92
--github-access-token=1234567890123456789012345678901234567890
93
```
94
0 commit comments