CLI sheet export issue

I am trying to export my file via CLI to separate layers. It keeps producing a single unsplit .png with no name. Just “.png”

aseprite -b --split-layers file.aseprite --sheet {layer}.png --border-padding 2 --trim

First time trying to use this.

Hi there @Feefafoozle, I think you should replace --sheet with --save-as (anyway the border padding option will not work with --save-as).

The border padding was pretty important. Is there any way to use it?