cli/command
Colin Arnott de6e99aa75
command: default to toolchain version
Since the Go toolchain is able to extract the module version at build
time, we should use that as a default instead of DEV. This means
customers installing via go-get will get the correct version.

Unfortunately, the toolchain does not store when the build occurs, so
BuildTime now defaults to the empty string. It is still set if build
officially, just not for go-get.
2020-02-18 07:55:54 +00: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 added fix for empty body in issue preview 2020-02-13 01:44:03 -08:00
issue_test.go added fix for empty body in issue preview 2020-02-13 01:44:03 -08:00
pr.go Correct typoes 2020-02-16 17:28:03 +03: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 properly specify head ref for cross-repo/same-branch 2020-02-12 16:11:04 -06:00
pr_create_test.go properly specify head ref for cross-repo/same-branch 2020-02-12 16:11:04 -06:00
pr_test.go added fix for empty body in pr preview 2020-02-13 01:43:51 -08:00
root.go command: default to toolchain version 2020-02-18 07:55:54 +00: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