1
0
mirror of https://github.com/jbranchaud/til synced 2026-01-03 15:18:01 +00:00

Merge pull request #43 from bmaca/ack-list-available-file-types-bug-fix

fix typo bug with ack list available file types command
This commit is contained in:
Josh Branchaud
2020-07-30 09:15:07 -05:00
committed by GitHub

View File

@@ -2,13 +2,13 @@
The `ack` utility allows you to filter the searched files based on file
type. If you'd like to know all of the file types available, you can use the
`--help=types` flag. This will include file types you've specified in your
`--help-types` flag. This will include file types you've specified in your
`.ackrc` file.
Here is a sample of some of the output.
```
$ ack --help=types
$ ack --help-types
...
--[no]css .css .less .scss
--[no]dart .dart