amethyst / amethyst/sheep

Sheep CLI options parsed as files

Open
#31 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Rust
Stars
93
Forks
12
PR merge metrics
No merged PRs in 30d

Description

The README says to run the CLI like this:

```console
sheep pack --options max_width=1024 max_height=1024 sprites/*.png
```

I tried it and it did not work. Adding the options after works:

```console
sheep pack sprites/*.png --options max_width=1024 max_height=1024
```

I think the options might get interpreted as files?

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.