WIKI没看到相应的文档 1. param*是动态的 如何获取使用? ``` app.php a:{param1} b:{param2} ``` 2. 如何忽略一些固定位置的argv ``` app.php {fixed_position} test:test ... [ERROR] The command 'fixed_position' is not exists! ```