用于抽象创建命令和 shell 实例的接口。
创建 Command 实例的工厂方法。
create(string $className): Cake\Console\CommandInterface
string
命令类名称。
Cake\Console\CommandInterface