gpt4 book ai didi

ruby-on-rails - rails : rake task with arguments not working

转载 作者:行者123 更新时间:2023-12-04 07:37:53 24 4
gpt4 key购买 nike

这是我的 rake 任务

namespace :users do
task :change_role, [:role] => :environment do |t, args|
puts args.role
end
end

我这样称呼它:
rake users:change_role["role"]但我收到此错误 no matches found: users:change_role["role"]

最佳答案

在诸如 zsh 之类的某些 shell 中使用方括号时,您需要对方括号进行转义:

rake users:change_role\["role"\]

关于ruby-on-rails - rails : rake task with arguments not working,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24557250/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com