Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Absolute inputs no longer working in 0.5.3 #21

@gauntface

Description

@gauntface

First off - thank you for this CLI, it's been really helpful for a long time.

I noticed that in 0.5.3 the CLI just hangs. I can drop to v0.5.2 and that will work correctly.

The only change between those versions is tnyglobby. I checked out the project to see if I can make sense of it and it looks like the way I've been running the tool is not longer supported by tinyglobby.

avif --input /tmp/abc/example.png --output /home/me/project/example --overwrite

Tinyglobby will freeze on input with an absolute path. I can get around it if we pass in a cwd to the glob options and change the flags:

avif --cwd /tmp/abc/ --input example.png --output /home/me/project/example --overwrite

PR: #20

I'm not sure if this is a desirable direction tbh, but thought I'd mention it in case others encounter the issue.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions