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