(runtime: Pick<EnvDeps, "env_get">, name: string): string | null Get the CLI config directory path (~/.{name}).
runtime
runtime with env_get capability
Pick<EnvDeps, "env_get">name
application name (e.g., "tx", "zzz")
stringreturns
string | null path to config directory, or null if $HOME is not set