Sha256: 2a7b824c2a66beabc240af6d0835e050f00169c4f34ce2a6c7bc7af2cfd28d0d
Contents?: true
Size: 329 Bytes
Versions: 15
Compression:
Stored size: 329 Bytes
Contents
#!/usr/bin/env ruby $: << File.expand_path('lib') require 'cl' class Add < Cl::Cmd opt '--to GROUP', example: 'group-one' end Cl.new('owners').run(%w(add --help)) # Output: # # Usage: owners add [options] # # Options: # # --to GROUP type: string, e.g.: group-one # --help Get help on this command
Version data entries
15 entries across 15 versions & 1 rubygems