CLI requires $HOME variable
Open
needs investigating
- Dominant language
- Go
- Stars
- 49
- Forks
- 18
- Avg merge
- 2d 8h
- Merged PRs (30d)
- 7
Description
### Describe the Bug
CLI failed to start if `$HOME` environment variable is not set:
```
[pangolin-cli] failed to get home directory: $HOME is not defined
```
OLM don't have such problem.
### Environment
- Client Version: 0.5.1
### To Reproduce
Unset $HOME environment before pangolin-cli call.
### Expected Behavior
Machine like environments must not have dependency on $HOME.
Contributor guide
Assessment
This issue has not been assessed yet.