lib/github_cli.rb in github_cli-0.5.6 vs lib/github_cli.rb in github_cli-0.5.7

- old
+ new

@@ -60,7 +60,11 @@ end def commands @commands ||= GithubCLI::Command.all end + + def terminal + @terminal ||= GithubCLI::Terminal + end end end # GithubCLI