AppImage / AppImage/AppImageKit
--appimage-extract <non-existant-file> exits 0 and no error message
Đang mở
bug
- Ngôn ngữ chính
- Không có dữ liệu ngôn ngữ
- Star
- 9.4k
- Fork
- 588
- Chỉ số merge pull request
- Chỉ số pull request đang chờ
Mô tả
I would expect that trying to extract a file which doesn't exist in the image would exit non-0.
` --appimage-extract `
What I get is a null output and a 0 exit code (which by convention means that everything worked OK)
The exit code can be viewed with a POSIX compatible shell via: `echo $?`
Likewise I expect a human-readable error message when any of the requested files don't exist in the image.
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.