Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/diillson/chatcli
/ defaultExportDir
Function
defaultExportDir
cli/export_command.go:68–74 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
66
}
67
68
func
defaultExportDir() (string, error) {
69
home, err := utils.GetHomeDir()
70
if
err != nil {
71
return
""
, err
72
}
73
return
filepath.Join(home,
".chatcli"
,
"exports"
), nil
74
}
Callers
1
handleExportCommand
Method · 0.85
Calls
1
GetHomeDir
Function · 0.92
Tested by
no test coverage detected