我似乎无法找到一个简单的具体例子,说明如何接受关于《卡纳克民阵》2号手稿的论点。
class TestShell extends AppShell {
public function argumentTest(){
$parser = parent::getOptionParser();
$parser->addArgument( testArgument , array( short => t , help => The test argument ));
var_dump($this->params);
}
}
我随后尝试并称之为:
青少年/地震测试 壳牌争辩 考试——45
青少年/地震测试 壳牌争辩 测试――45
Console/cake TestShell argumentTest --testArgument 45
青少年/地震测试 壳牌争辩 试验——抗议 45
作为回应,我收到了以下文件:
Usage:
cake lot_web_service [-h] [-v] [-q]
我做了什么错误?