lib/github_cli/ui.rb in github_cli-0.1.0 vs lib/github_cli/ui.rb in github_cli-0.1.1

- old
+ new

@@ -29,7 +29,11 @@ end def debug! @debug = true end + + def print_table(table, options={}) + @shell.print_table table, options + end end # UI end # GithubCLI