start on incorrect function error handling
This commit is contained in:
parent
d5954e2e94
commit
02e9fa086d
2 changed files with 12 additions and 0 deletions
|
|
@ -6,6 +6,12 @@ import (
|
|||
)
|
||||
|
||||
var HelpTopics = map[string]map[string]string{
|
||||
"mintty": {
|
||||
"short": "Information about using gh with MinTTY",
|
||||
"long": heredoc.Doc(`
|
||||
TODO
|
||||
`),
|
||||
},
|
||||
"environment": {
|
||||
"short": "Environment variables that can be used with gh",
|
||||
"long": heredoc.Doc(`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue