collegevine / collegevine/confcrypt
Validate `--type Boolean`
Open
- Dominant language
- Haskell
- Stars
- 3
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
I ran this command:
```
confcrypt aws add config/Local/Grape.econf --key … --name ROLLBAR_MUTE --value Blah --type Boolean
```
Note: I wrote `--value Blah` and expected it to throw an error.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reproducing the `confcrypt aws add` command from the issue and trace the handling of `--type Boolean`. Done means the invalid value `Blah` is rejected with an error instead of being accepted; the issue names no source file or test, so locating the relevant entry point will require repository exploration.
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
- 35/100