Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
gladstonedigital opened this issue Jul 19, 2017 · 1 comment
Assignees

Comments

@gladstonedigital
Copy link

gladstonedigital commented Jul 19, 2017

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
Copy link
Owner

RoyalBingBong commented Jul 19, 2017

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants