Bug: sheep-cli panics on input with globbing (Windows)
Offen
- Vorherrschende Sprache
- Rust
- Sterne
- 93
- Forks
- 12
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
### Issue
When I specify the input files using globbing, sheep-cli crashes with
```
thread 'main' panicked at ' Failed to open image: IOError(Os { code: 123, kind: Other, message: "The filename, directory name, or volume label syntax is incorrect." })
```
I looked into it and found out that this is due to Windows not expanding input arguments using globbing.
### Possible Fix
Use glob crate to expand inputs with globbing.
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Bewertung
Dieses Issue wurde noch nicht bewertet.