the_silver_searcher/tests/print_all_files.t
Alissa Sobo bc9255a474 Rename --all-files to --print-all-files
Signed-off-by: Max Brunsfeld <maxbrunsfeld@gmail.com>
2017-06-04 13:56:51 -07:00

16 lines
226 B
Perl

Setup:
$ . $TESTDIR/setup.sh
$ printf 'foo\n' > ./foo.txt
$ printf 'bar\n' > ./bar.txt
$ printf 'baz\n' > ./baz.txt
All files:
$ ag --print-all-files --group foo | sort
1:foo
bar.txt
baz.txt
foo.txt