提交 9040699a 编写于 作者: Y Yves Senn

Merge pull request #19657 from smadeja/guides-update

Update command_tasks source code
......@@ -163,7 +163,7 @@ throwing an error message. If the command is valid, a method of the same name
is called.
```ruby
COMMAND_WHITELIST = %(plugin generate destroy console server dbconsole application runner new version help)
COMMAND_WHITELIST = %w(plugin generate destroy console server dbconsole application runner new version help)
def run_command!(command)
command = parse_command(command)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册