RoyalBingBong / meView

Image Viewer that also allows playback of webm and mp4
ISC License
33 stars 8 forks source link

Command line arguments - specific relative paths not working in 1.4.2 #5

Closed gladstonedigital closed 7 years ago

gladstonedigital commented 7 years ago

I saw the code you'd added to fix this bug #3 and seemed like it should work, but I'm still having a similar issue with 1.4.2 to what I was seeing with 1.3.1.

I have a folder structure like:

Pictures
 \-- Family
 \-- School

If I'm in the folder Pictures and run meview Family, that works fine, so it's sorta fixed. But if I go into Pictures/Family and run meview . it doesn't work, just opens nothing. It doesn't seem to recognize the . as meaning current directory.

RoyalBingBong commented 7 years ago

As a workaround you can use meview ./ for now or put the switches befroe the path, e.g. meview -r ..

It happens because of commander and a workaround I use to make it work properly in my dev environment and in the build.