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.
Hi there,
In the
fsmman page I read:However, if I provide two transformations (as, for instance,
-t trim minimise) it returns an error. Moreover, looking atlibfsm/src/fsm/main.c
Line 256 in 2483417