amethyst / amethyst/sheep

Sheep CLI options parsed as files

Aperta
#31 0 commenti 0 reazioni 0 assegnatari Vedi su GitHub
Lingua principale
Rust
Stelle
93
Fork
12
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

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?

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.