Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unclear how to do multiple transformations in one invocation #477

Open
pierreganty opened this issue Jun 6, 2024 · 1 comment
Open

Unclear how to do multiple transformations in one invocation #477

pierreganty opened this issue Jun 6, 2024 · 1 comment
Labels

Comments

@pierreganty
Copy link

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.

@katef
Copy link
Owner

katef commented Jun 6, 2024

Hi! I think you're correct. I think this was to allow multiple instances of -t <name>. But I agree, the code doesn't allow for that currently. That's a bug!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants