docs: revise GH_CONFIG_DIR content in help_topic.go (#7230)
This commit is contained in:
parent
82927b0cc2
commit
5a2c24d363
1 changed files with 5 additions and 2 deletions
|
|
@ -79,8 +79,11 @@ var HelpTopics = map[string]map[string]string{
|
|||
checks for new releases once every 24 hours and displays an upgrade notice on standard
|
||||
error if a newer version was found.
|
||||
|
||||
GH_CONFIG_DIR: the directory where gh will store configuration files. Default:
|
||||
"$XDG_CONFIG_HOME/gh" or "$HOME/.config/gh".
|
||||
GH_CONFIG_DIR: the directory where gh will store configuration files. If not specified,
|
||||
the default value will be one of the following paths (in order of precedence):
|
||||
- "$XDG_CONFIG_HOME/gh" (if $XDG_CONFIG_HOME is set),
|
||||
- "$AppData/GitHub CLI" (on Windows if $AppData is set), or
|
||||
- "$HOME/.config/gh".
|
||||
|
||||
GH_PROMPT_DISABLED: set to any value to disable interactive prompting in the terminal.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue