cli/utils
lylecantcode 56fda0f8c6
Support GH_DEBUG to control verbosity, deprecate DEBUG (#5306)
The GH_DEBUG environment variable is a new gh-specific verbosity control.

For backwards-compatibility, DEBUG will still be respected if it has values
"1", "true", "yes", and "api", but any other values will be ignored.

Finally, support for "oauth" debug value has been dropped in favor of "api".
The "oauth" value only had limited, internal use.

Co-authored-by: Mislav Marohnić <mislav@github.com>
2022-03-29 18:05:35 +02:00
..
table_printer.go Rename the module to "github.com/cli/cli/v2" 2021-08-25 12:41:30 +02:00
table_printer_test.go Fix crash in issue/pr list for narrow terminals 2020-02-18 20:03:09 +01:00
terminal.go Use golang.org/x/term 2021-04-28 18:44:36 +02:00
utils.go Support GH_DEBUG to control verbosity, deprecate DEBUG (#5306) 2022-03-29 18:05:35 +02:00
utils_test.go Add issue comment viewing 2020-12-07 14:25:04 -05:00