1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-07-11 01:10:37 +02:00

Added find parser and tests for Centos 7.7 and Ubuntu 18.04 (#430)

* Added find parser and tests for Centos 7.7 and Ubuntu 18.04

* Added a test file, changed logic, and included a case for permission denied returned by find.

* Added a few more lines to the tests

* Changed logic for setting values to null and updated test cases.
This commit is contained in:
solomonleang
2023-06-23 11:38:56 -04:00
committed by GitHub
parent 5023e5be4c
commit f19a1f23a9
7 changed files with 229 additions and 0 deletions

View File

@ -43,6 +43,7 @@ parsers: List[str] = [
'email-address',
'env',
'file',
'find',
'findmnt',
'finger',
'free',