Unknown option --verb
I used to use inkscape for cropping SVGs like ``` inkscape --batch-process --verb "EditSelectAll;FitCanvasToSelection;FileSave;FileQuit" test.svg ``` (see [here](https://superuser.com/a/1589404/227453)). I just noticed that this gives an error with ``` inkscape --version ``` ``` Inkscape 1.2.2 (b0a8486541, 2022-12-01) ``` namely ``` Unknown option --verb ``` Is there another way to handle things now?
issue