We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
我尝试了以上几种使用方法,没有报错,但是Model模型中也没任何修改。
我将-D替换为--dir,也是一样的情况
-D
--dir
直接指定模型是正常的
The text was updated successfully, but these errors were encountered:
@Moxyu 一模一样的问题,看下源码就知道了。 $dir = $this->app->getBasePath() . $dir 就是上述这行代码,所以多应用下你的命令需要去掉app php think ide-helper:model -D="agent/model" #2 这个 issue 说的也是这个问题。
$dir = $this->app->getBasePath() . $dir
app
php think ide-helper:model -D="agent/model"
Sorry, something went wrong.
按你这个写法还是不生效啊
应该换成 php think ide-helper:model -D "agent/model"
php think ide-helper:model -D "agent/model"
No branches or pull requests
我尝试了以上几种使用方法,没有报错,但是Model模型中也没任何修改。
我将
-D
替换为--dir
,也是一样的情况直接指定模型是正常的
The text was updated successfully, but these errors were encountered: