drupal*, drush, dtc, du, dua, dub: add Korean translation (#14164)
This commit is contained in:
20
pages.ko/common/drush.md
Normal file
20
pages.ko/common/drush.md
Normal file
@@ -0,0 +1,20 @@
|
||||
# drush
|
||||
|
||||
> Drupal용 명령줄 쉘 및 스크립팅 인터페이스.
|
||||
> 더 많은 정보: <https://www.drush.org>.
|
||||
|
||||
- "foo" 모듈 활성화:
|
||||
|
||||
`drush en {{foo}}`
|
||||
|
||||
- "foo" 모듈 비활성화:
|
||||
|
||||
`drush pmu {{foo}}`
|
||||
|
||||
- 모든 캐시 지우기:
|
||||
|
||||
`drush cr`
|
||||
|
||||
- CSS 및 JavaScript 캐시 지우기:
|
||||
|
||||
`drush cc css-js`
|
Reference in New Issue
Block a user