thor-hollaback:将回调添加到thor命令

时间:2024-04-25 07:07:47
【文件属性】:

文件名称:thor-hollaback:将回调添加到thor命令

文件大小:11KB

文件格式:ZIP

更新时间:2024-04-25 07:07:47

ruby gem thor Ruby

雷神::霍拉巴克 将回调添加到thor命令。 安装 将此行添加到您的应用程序的Gemfile中: gem 'thor-hollaback' 然后执行: $ bundle 或将其自己安装为: $ gem install thor-hollaback 用法 采用宝石添加回调命令。 您可以使用宏class_before , class_after和class_around设置CLI级别的回调。 您可以使用before , after和around来设置命令级回调。 下面的例子。 class CLI < Thor class_before :say_hello class_after :say_goodbye desc 'first_test' , 'First test command' around :say def first_test puts 'H


【文件预览】:
thor-hollaback-master
----.gitignore(73B)
----thor-hollaback.gemspec(1KB)
----bin()
--------setup(75B)
--------console(125B)
----.rubocop.yml(473B)
----CODE_OF_CONDUCT.md(3KB)
----LICENSE(1KB)
----CHANGELOG.md(532B)
----.github()
--------workflows()
--------dependabot.yml(110B)
----README.md(2KB)
----lib()
--------thor()
----Gemfile(70B)
----Rakefile(226B)
----test()
--------thor()
--------test_helper.rb(232B)
----Gemfile.lock(1KB)

网友评论