aboutsummaryrefslogtreecommitdiff
path: root/src/fexpr/mod.rs
AgeCommit message (Collapse)Author
2020-04-21better error outputsDaniel
2020-04-20hook up new expression parser to command line argsDaniel
This method is not perfect yet, because 1. The items are not documented as they were before 2. You need to separate the args with --, otherwise Clap tries to parse them as optional flags This should be fixed (especially the documentation part) before merging into master.
2020-04-18first version of the new filter pipelineDaniel