mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00

* common/r*: add Korean translation * Update rtv.md * Update pages.ko/common/rtv.md Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> --------- Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
24 lines
630 B
Markdown
24 lines
630 B
Markdown
# rector
|
|
|
|
> PHP 5.3+ 코드를 업데이트하고 리팩토링하는 자동화 도구.
|
|
> 더 많은 정보: <https://github.com/rectorphp/rector>.
|
|
|
|
- 특정 디렉토리 처리:
|
|
|
|
`rector process {{경로/대상/폴더}}`
|
|
|
|
- 변경 사항을 적용하지 않고 디렉토리 처리 (드라이 런):
|
|
|
|
`rector process {{경로/대상/폴더}} --dry-run`
|
|
|
|
- 디렉토리를 처리하고 코딩 표준 적용:
|
|
|
|
`rector process {{경로/대상/폴더}} --with-style`
|
|
|
|
- 사용 가능한 레벨 목록 표시:
|
|
|
|
`rector levels`
|
|
|
|
- 특정 레벨로 디렉토리 처리:
|
|
|
|
`rector process {{경로/대상/폴더}} --level {{레벨_이름}}`
|