Hi there,
In the fsm man page I read:
-t name
Apply a transformation. Multiple transformations may be given, and are applied in the order given.
However, if I provide two transformations (as, for instance, -t trim minimise) it returns an error. Moreover, looking at
|
op_name(const char *name) |
I do not see how it would support multiple transformations.