Sha256: f41791a8d0ebfef2ab6d14b95a9bc837f9644032037aec374753b81e457568d7
Contents?: true
Size: 321 Bytes
Versions: 16
Compression:
Stored size: 321 Bytes
Contents
#!/usr/bin/env ruby $: << File.expand_path('lib') require 'cl' class Add < Cl::Cmd opt '--to GROUP' opt '--hidden', internal: true 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