Unable to handle multiple files with same basename
Open
bug
- Dominant language
- TypeScript
- Stars
- 11
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
When I do
```
deno run --allow-all hcload.ts -f pcb_level_1/6.webp pcb_level_4/6.webp
```
It only uploads the second one.
Very edge case but I just wanted to document it for posterity.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start in hcload.ts and reproduce the command with both paths that share the basename 6.webp. Trace how the -f arguments are represented and uploaded; done means both files are uploaded rather than only the second one.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- deno, typescript
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100