Sha256: 19a58aee8c2b8370ccde9d73d75da504d92e6347249cb2e10fd534c902e9fa4d

Contents?: true

Size: 304 Bytes

Versions: 1

Compression:

Stored size: 304 Bytes

Contents

# encoding: utf-8

module GithubCLI
  # TODO: add helpers here for unifying options setting such as user etc...
  class Command < Thor

    def self.banner(task, namespace=true, subcommand=true)
      "#{basename} #{task.formatted_usage(self, true, subcommand)}"
    end

  end # Command
end # GithubCLI

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
github_cli-0.0.1.pre lib/github_cli/command.rb