Skip to content

Commit

Permalink
Add ExpressionMapper interface
Browse files Browse the repository at this point in the history
  • Loading branch information
rednoah committed May 27, 2019
1 parent d1c1f02 commit 4b62417
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/net/filebot/cli/ArgumentBean.java
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ public class ArgumentBean {
@Option(name = "--filter", usage = "Filter expression", handler = GroovyExpressionHandler.class)
public String filter = null;

@Option(name = "--xem", usage = "XEM expression", handler = GroovyExpressionHandler.class)
@Option(name = "--mapper", usage = "Mapper expression", handler = GroovyExpressionHandler.class)
public String mapper = null;

@Option(name = "--format", usage = "Format expression", handler = GroovyExpressionHandler.class)
Expand Down

0 comments on commit 4b62417

Please sign in to comment.