lost-pixel / lost-pixel

Open source alternative to Percy, Chromatic, Applitools.

Home Page:https://lost-pixel.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Improving commandline arguments for the binary

chrisbward opened this issue · comments

Mode

Other

Feature description

Hi,

As responsive layouts are not possible, I realised that I could probably recreate my config file, but now I am stuck wondering how to specify the path or even invoke the command without npx.

However, I did find this;

(base) ➜  .bin git:(main) ✗ ./lost-pixel --help
Options:
  --help     Show help                                                 [boolean]
  --version  Show version number                                       [boolean]

I think this can be improved upon

Hey @chrisbward! Bear with me, I will try to ship the responsive layouts both to lost pixel oss and platform in the following couple of days! As for recreating the config file could you elaborate little bit more please, not sure if I got you completely 😀

Ah, I think I got it. We do not have an intention for people to use binary of lost pixel directly, all of the options we are planning to build up upon will be available via npx runs! What did you have in mind for extending it?