README.md in rcoli-0.6.8 vs README.md in rcoli-0.7.0
- old
+ new
@@ -28,17 +28,17 @@
command :node do |c|
c.description "Commands for creating and managing nodes"
c.command :create do |sc|
sc.description "Creates node"
- sc.action do |global_opts, opts, args|
+ sc.action do |opts, args|
# your action here
end
end
c.command :remove do |sc|
sc.description "Remove node"
- sc.action do |global_opts, opts, args|
+ sc.action do |opts, args|
# your action here
end
end
end
\ No newline at end of file