summaryrefslogtreecommitdiffstats
path: root/src/app.rs
AgeCommit message (Expand)Author
2017-01-11Make --column imply --line-number.Andrew Gallant
2017-01-10Add --path-separator flag.Andrew Gallant
2017-01-10Add example to -r/--replace docs.Andrew Gallant
2017-01-07Provide a mechanism to compose type definitionsIan Kerins
2017-01-06Fix spacing issue in --help output.Andrew Gallant
2017-01-06Add --sort-files flag.Andrew Gallant
2017-01-06Rejigger bold and intense settings.Andrew Gallant
2016-12-12Make backreference support clear.Andrew Gallant
2016-12-06Fix leading hypen bug by updating clap.Andrew Gallant
2016-11-28Clarify use of --heading/--no-heading.Andrew Gallant
2016-11-20Completely re-work colored output and tty handling.Andrew Gallant
2016-11-19Rename --files-without-matches to --files-without-match.Andrew Gallant
2016-11-19Add --files-without-matches flag.Daniel Luz
2016-11-17Switch from Docopt to Clap.Andrew Gallant