cli/command
Scott Penrose 7c76fb645a
Add repo view command
```
$ gh repo
Work with GitHub repositories.

A repository can be supplied as an argument in any of the following formats:
- by owner/repo, e.g. "cli/cli"
- by URL, e.g. "https://github.com/cli/cli"

Usage:
  gh repo [command]

Available Commands:
  view        View a repository in the browser
```
2020-02-18 21:25:31 -05:00
..
completion.go Extract vendored fish completion for Cobra to a temporary package 2020-01-29 12:39:02 +01:00
completion_test.go Add fish completion support via Cobra contributor 2020-01-28 22:04:40 +01:00
issue.go Merge branch 'master' into glamour-markdown 2020-02-18 14:23:49 -06:00
issue_test.go added fix for empty body in issue preview 2020-02-13 01:44:03 -08:00
pr.go Merge branch 'master' into glamour-markdown 2020-02-18 14:23:49 -06:00
pr_checkout.go Revert "prefix branch names for local pr checkout" 2020-02-13 17:16:53 -06:00
pr_checkout_test.go Revert "prefix branch names for local pr checkout" 2020-02-13 17:16:53 -06:00
pr_create.go Respect overriden base branch in pr create --web 2020-02-17 14:14:37 +01:00
pr_create_test.go Respect overriden base branch in pr create --web 2020-02-17 14:14:37 +01:00
pr_test.go added fix for empty body in pr preview 2020-02-13 01:43:51 -08:00
repo.go Add repo view command 2020-02-18 21:25:31 -05:00
repo_test.go Add repo view command 2020-02-18 21:25:31 -05:00
root.go Allow setting version via ldflags again 2020-02-18 13:47:57 +01:00
root_test.go Fix gh version printing the correct changelog link 2020-01-29 16:03:10 +01:00
testing.go fix tests 2020-02-12 08:48:25 -06:00
title_body_survey.go Rename to cli/cli 2020-01-24 16:08:52 +01:00