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