Sha256: 3998c4f268972f125ea14e9fea5653f8a085c901d50354716816bec1ceb55f6c
Contents?: true
Size: 1.09 KB
Versions: 1
Compression:
Stored size: 1.09 KB
Contents
# encoding: utf-8 module GithubCLI module Commands autoload :Authorizations, 'github_cli/commands/authorizations' autoload :Blobs, 'github_cli/commands/blobs' autoload :Collaborators, 'github_cli/commands/collaborators' autoload :Commits, 'github_cli/commands/commits' autoload :Downloads, 'github_cli/commands/downloads' autoload :Forks, 'github_cli/commands/forks' autoload :Gists, 'github_cli/commands/gists' autoload :Hooks, 'github_cli/commands/hooks' autoload :Issues, 'github_cli/commands/issues' autoload :Keys, 'github_cli/commands/keys' autoload :Labels, 'github_cli/commands/labels' autoload :PullRequests, 'github_cli/commands/pull_requests' autoload :References, 'github_cli/commands/references' autoload :Repositories, 'github_cli/commands/repositories' autoload :Tags, 'github_cli/commands/tags' autoload :Trees, 'github_cli/commands/trees' autoload :Watching, 'github_cli/commands/watching' end # Commands end # GithubCLI
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
github_cli-0.3.0 | lib/github_cli/commands.rb |