Formatting a directory into other directory
Open
discussion
- Dominant language
- Haskell
- Stars
- 1.3k
- Forks
- 148
- PR merge metrics
- No merged PRs in 30d
Description
Should this usage pattern be allowed?
`$ elm-format DIR --output DIR2`
The intention probably is copying the filenames one for one:
- DIR/first.elm -> DIR2/first.elm
- DIR/second.elm -> DIR2/second.elm
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by tracing the elm-format CLI handling for directory input and --output; the issue names no files or tests. Compare current behavior with the one-for-one DIR-to-DIR2 mapping described here, then confirm the intended behavior and verify both listed filenames are handled consistently.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- elm, haskell
- Domain
- cli, tooling
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100