cli/pkg/cmd/root
Mislav Marohnić 995828abf8 Avoid setting a default Accept header in hub api
Due to our HTTP client default behavior, an `Accept` header is added to
all API requests. This is fine for all commands except `gh api`, where
the user should ideally have fine-grained control over most aspects of
HTTP requests and where there should be little to no defaults in general.
2020-09-04 17:42:57 +02:00
..
completion.go print nice login message when no auth detected 2020-08-18 17:57:52 -05:00
completion_test.go Migrate completion command 2020-08-07 15:22:49 +02:00
help.go Extract root command and factory logic into separate packages 2020-08-07 14:40:33 +02:00
help_test.go Extract root command and factory logic into separate packages 2020-08-07 14:40:33 +02:00
root.go Avoid setting a default Accept header in hub api 2020-09-04 17:42:57 +02:00
root_test.go Extract root command and factory logic into separate packages 2020-08-07 14:40:33 +02:00