mirror of
https://github.com/jbranchaud/til
synced 2026-01-05 08:08:02 +00:00
fix typo bug with ack list available file types command
This commit is contained in:
@@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
The `ack` utility allows you to filter the searched files based on file
|
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
|
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.
|
`.ackrc` file.
|
||||||
|
|
||||||
Here is a sample of some of the output.
|
Here is a sample of some of the output.
|
||||||
|
|
||||||
```
|
```
|
||||||
$ ack --help=types
|
$ ack --help-types
|
||||||
...
|
...
|
||||||
--[no]css .css .less .scss
|
--[no]css .css .less .scss
|
||||||
--[no]dart .dart
|
--[no]dart .dart
|
||||||
|
|||||||
Reference in New Issue
Block a user