Sha256: 27e3ce246a137d1137f2ac69e3a0c229397dc9c99c4f059f9eab24fe314ee69d
Contents?: true
Size: 995 Bytes
Versions: 1
Compression:
Stored size: 995 Bytes
Contents
# encoding: utf-8 module GithubCLI module Commands autoload :Authorizations, 'github_cli/commands/authorizations' autoload :Blobs, 'github_cli/commands/blobs' autoload :Commits, 'github_cli/commands/commits' autoload :Downloads, 'github_cli/commands/downloads' autoload :Forks, 'github_cli/commands/forks' 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.2.1 | lib/github_cli/commands.rb |