cdepillabout / cdepillabout/cloudy
optparse-applicative completion generation assumes HOME directory exists
- Dominant language
- Haskell
- Stars
- 6
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
The `optparse-applicative` completion generation (as used by Nix) assumes the user's HOME directory exists.
It seems somewhat strange for the `optparse-applicative` completion to need a HOME directory, so this should be fixed.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the optparse-applicative completion-generation entry point used by cloudy and reproduce the behavior in an environment where the HOME directory does not exist. Trace why completion generation requires HOME, then verify that the CLI can generate completions without that directory, including any relevant checks available in the project.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- haskell
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100