examples/_src/readme/basic.erb.rb in cl-1.2.2 vs examples/_src/readme/basic.erb.rb in cl-1.2.3
- old
+ new
@@ -2,9 +2,11 @@
require 'cl'
# e.g. lib/owners/add.rb
module Owners
class Add < Cl::Cmd
+ register :add
+
summary 'Add one or more owners to an existing owner group'
description <<~str
Use this command to add one or more owners to an existing
owner group.