mirror of
https://github.com/uutils/findutils.git
synced 2026-06-10 15:48:30 -07:00
a571de6812
* code dump * fix : new checks + working stage * minor fixes + duplicates check * fix : add check for incorrect chained commands * add : Chained Argument matching for -xtype * add: test * cargo fmt * Add : more tests + old test fix * refactor : move common code to function * fix : convert match to if/else * Improve : Testcase for xtype * cargo clippy fix * update : testcase * fix : error handling * fix : use single type * add: basic tests on binary level * Add : -xtype tests * refactor : use single type without Option<> * fix : use better search logic * refactor : use HashSet<> instead of Vec<> * remove : unnecessary hashmap usage * Update src/find/matchers/type_matcher.rs Co-authored-by: Tavian Barnes <tavianator@tavianator.com> * change: variable name * remove: type and replace with HashSet<FileType> * remove: trimming --------- Co-authored-by: Tavian Barnes <tavianator@tavianator.com>