1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-07-03 00:46:53 +02:00
This commit is contained in:
Jakub Wilk
2023-03-18 11:07:15 +01:00
parent 79fce8c769
commit 22ef489795

View File

@ -604,7 +604,7 @@ they are run on an unsupported platform. To see all parser information,
including compatibility, run `jc -ap`. including compatibility, run `jc -ap`.
You may still use a parser on an unsupported platform - for example, you may You may still use a parser on an unsupported platform - for example, you may
want to parse a file with linux `lsof` output on an macOS or Windows laptop. In want to parse a file with linux `lsof` output on a macOS or Windows laptop. In
that case you can suppress the warning message with the `-q` cli option or the that case you can suppress the warning message with the `-q` cli option or the
`quiet=True` function parameter in `parse()`: `quiet=True` function parameter in `parse()`: