cli/internal
Mislav Marohnić 8741b648a6
Speed up gh start up time (#7487)
The tcell library has an `init()` block where it performs some very expensive
indexing that takes 30-40 ms on my machine. This results in fixed overhead for
every gh invocation, even for commands that don't use tcell at all.

This sets an environment variable that instructs tcell to avoid doing that.
2023-05-26 16:38:13 +02:00
..
authflow Cleanup config.AuthToken and config.DefaultHost methods (#7049) 2023-02-28 00:24:45 +00:00
browser Update go-gh to v2 (#7299) 2023-04-16 15:34:23 +10:00
build Speed up gh start up time (#7487) 2023-05-26 16:38:13 +02:00
codespaces Fix shellcheck bugs in generate.sh (#7392) 2023-05-01 10:31:06 -05:00
config Correct some typos 2023-04-21 03:51:31 +02:00
docs Allow accessing Cobra built-in doc generation features 2022-11-09 17:30:32 +01:00
featuredetection Remove unused emptyIntrospectionFor test helper 2023-05-23 17:13:48 +02:00
ghinstance Add support for garage.github.com (#6478) 2022-11-03 12:12:38 +00:00
ghrepo Update go-gh to v2 (#7299) 2023-04-16 15:34:23 +10:00
prompter fix variable name 2023-05-24 12:40:46 -07:00
run repo set-default: support bare git repos 2023-01-18 20:45:12 +01:00
tableprinter Update go-gh to v2 (#7299) 2023-04-16 15:34:23 +10:00
text Diacritics substitution in prompt (#7205) 2023-04-21 14:09:59 +00:00
update Disallow update checker delaying the gh process (#6978) 2023-02-07 19:52:53 +00:00