add new chinese translations
This commit is contained in:
20
pages.zh/common/drush.md
Normal file
20
pages.zh/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