Sha256: cf39e8150f5fe3ee7e81c291d9c4b64b66e944e17cca759378f5febd16a7292b
Contents?: true
Size: 310 Bytes
Versions: 16
Compression:
Stored size: 310 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)) # Usage: example add [options] # # Options: # # --to GROUP type: string, e.g.: group-one # --help Get help on this command
Version data entries
16 entries across 16 versions & 1 rubygems