examples/readme/note in cl-1.2.2 vs examples/readme/note in cl-1.2.3
- old
+ new
@@ -2,9 +2,11 @@
$: << File.expand_path('lib')
require 'cl'
class Add < Cl::Cmd
+ register :add
+
opt '--to GROUP', note: 'needs to be a group'
end
Cl.new('owners').run(%w(add --help))