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